summary refs log tree commit diff
path: root/pkgs/tools/filesystems/btrfsprogs/btrfs-receive-help-text.patch
blob: a9892cc780edf2f1a8b971739edfd6cb0ac4a7d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cmds-receive.c b/cmds-receive.c
index a8be6fa..c182175 100644
--- a/cmds-receive.c
+++ b/cmds-receive.c
@@ -880,7 +880,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",