Btrfs-progs: correct btrfs receive usage string
authorUlrik <ulrik.sverdrup@gmail.com>
Sun, 20 Jan 2013 21:04:08 +0000 (16:04 -0500)
committerDavid Sterba <dsterba@suse.cz>
Mon, 21 Jan 2013 17:28:00 +0000 (18:28 +0100)
Fix the usage string to specify the correct '-f' option for input file,
not '-i'.

Signed-off-by: Ulrik Sverdrup <ulrik.sverdrup@gmail.com>
Signed-off-by: Gene Czarcinski <gene@czarc.net>
cmds-receive.c

index 37d07db..2fae299 100644 (file)
@@ -882,7 +882,7 @@ static const char * const receive_cmd_group_usage[] = {
 };
 
 static const char * const cmd_receive_usage[] = {
-       "btrfs receive [-v] [-i <infile>] <mount>",
+       "btrfs receive [-v] [-f <infile>] <mount>",
        "Receive subvolumes from stdin.",
        "Receives one or more subvolumes that were previously ",
        "sent with btrfs send. The received subvolumes are stored",