summaryrefslogtreecommitdiff
path: root/cmds-receive.c
diff options
context:
space:
mode:
authorSatoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>2014-08-11 11:49:19 +0900
committerDavid Sterba <dsterba@suse.cz>2014-08-22 15:07:04 +0200
commit8f921e4859d9bda35e94690330f401a2cdd102f0 (patch)
tree7b2abd0090dc1329e463cdb2315cdbe3749d9bea /cmds-receive.c
parent633f1e43d7a23d1bde78095f9835f5ec2d26a4a7 (diff)
btrfs-progs: add missing descriptions of '--max-errors' in btrfs-receive documentation
Fix the lack of description of "--max-erros" option in both man and command usage of btrfs receive. Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.cz>
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",