summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/btrfs-receive.txt2
-rw-r--r--cmds-receive.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/btrfs-receive.txt b/Documentation/btrfs-receive.txt
index 78dc5116..beb963c9 100644
--- a/Documentation/btrfs-receive.txt
+++ b/Documentation/btrfs-receive.txt
@@ -7,7 +7,7 @@ btrfs-receive - receive subvolumes from stdin/file.
SYNOPSIS
--------
-*btrfs receive* [-ve] [-f <infile>] <mount>
+*btrfs receive* [-ve] [-f <infile>] [--max-errors <N>] <mount>
DESCRIPTION
-----------
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",