btrfs-progs: add missing descriptions of '--max-errors' in btrfs-receive documentation
authorSatoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Mon, 11 Aug 2014 02:49:19 +0000 (11:49 +0900)
committerDavid Sterba <dsterba@suse.cz>
Fri, 22 Aug 2014 13:07:04 +0000 (15:07 +0200)
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>
Documentation/btrfs-receive.txt
cmds-receive.c

index 78dc511..beb963c 100644 (file)
@@ -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
 -----------
index 03d21e9..358df1f 100644 (file)
@@ -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",