summaryrefslogtreecommitdiff
path: root/cmds-receive.c
diff options
context:
space:
mode:
authorUlrik <ulrik.sverdrup@gmail.com>2013-01-20 16:04:08 -0500
committerDavid Sterba <dsterba@suse.cz>2013-01-21 18:28:00 +0100
commitc9597c7f17bd9a8affb51ae4f48a4b8cca042efa (patch)
tree3c3598b1c2f82ebd674d71913acdcd07950d2d82 /cmds-receive.c
parentabdb0ced0123d423e9ad285a7e9e351fff4732fd (diff)
Btrfs-progs: correct btrfs receive usage string
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>
Diffstat (limited to 'cmds-receive.c')
-rw-r--r--cmds-receive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-receive.c b/cmds-receive.c
index 37d07dbb..2fae2994 100644
--- a/cmds-receive.c
+++ b/cmds-receive.c
@@ -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",