mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-09 10:47:09 +00:00
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>
This commit is contained in:
parent
abdb0ced01
commit
c9597c7f17
@ -882,7 +882,7 @@ static const char * const receive_cmd_group_usage[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const char * const cmd_receive_usage[] = {
|
static const char * const cmd_receive_usage[] = {
|
||||||
"btrfs receive [-v] [-i <infile>] <mount>",
|
"btrfs receive [-v] [-f <infile>] <mount>",
|
||||||
"Receive subvolumes from stdin.",
|
"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",
|
"sent with btrfs send. The received subvolumes are stored",
|
||||||
|
Loading…
Reference in New Issue
Block a user