From: Ulrik Date: Sun, 20 Jan 2013 21:04:08 +0000 (-0500) Subject: Btrfs-progs: correct btrfs receive usage string X-Git-Tag: upstream/4.16.1~3460^2~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9597c7f17bd9a8affb51ae4f48a4b8cca042efa;p=platform%2Fupstream%2Fbtrfs-progs.git 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 Signed-off-by: Gene Czarcinski --- diff --git a/cmds-receive.c b/cmds-receive.c index 37d07db..2fae299 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 ] ", + "btrfs receive [-v] [-f ] ", "Receive subvolumes from stdin.", "Receives one or more subvolumes that were previously ", "sent with btrfs send. The received subvolumes are stored",