summaryrefslogtreecommitdiff
path: root/cmds-receive.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmds-receive.c')
-rw-r--r--cmds-receive.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds-receive.c b/cmds-receive.c
index 03d21e90..358df1f4 100644
--- a/cmds-receive.c
+++ b/cmds-receive.c
@@ -982,9 +982,9 @@ int cmd_receive(int argc, char **argv)
}
const char * const cmd_receive_usage[] = {
- "btrfs receive [-ve] [-f <infile>] <mount>",
+ "btrfs receive [-ve] [-f <infile>] [--max-errors <N>] <mount>",
"Receive subvolumes from stdin.",
- "Receives one or more subvolumes that were previously ",
+ "Receives one or more subvolumes that were previously",
"sent with btrfs send. The received subvolumes are stored",
"into <mount>.",
"btrfs receive will fail in case a receiving subvolume",