From 3ca706a6ee813300b30e1603076b3e356c0deb93 Mon Sep 17 00:00:00 2001 From: Qu Wenruo Date: Tue, 23 Jul 2013 10:43:21 +0800 Subject: btrfs-progs: Update the usage strings of some cmds Update the usage strings of some cmds to keep the them consistent with the source. Also some minor changes are done to fit the man page syntax. Signed-off-by: Qu Wenruo Signed-off-by: David Sterba Signed-off-by: Chris Mason --- cmds-send.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmds-send.c') diff --git a/cmds-send.c b/cmds-send.c index 7209aba2..61bd657e 100644 --- a/cmds-send.c +++ b/cmds-send.c @@ -724,12 +724,12 @@ static const char * const send_cmd_group_usage[] = { }; const char * const cmd_send_usage[] = { - "btrfs send [-ve] [-p ] [-c ] ", + "btrfs send [-ve] [-p ] [-c ] [-f ] ", "Send the subvolume to stdout.", "Sends the subvolume specified by to stdout.", "By default, this will send the whole subvolume. To do an incremental", "send, use '-p '. If you want to allow btrfs to clone from", - "any additional local snapshots, use -c (multiple times", + "any additional local snapshots, use '-c ' (multiple times", "where applicable). You must not specify clone sources unless you", "guarantee that these snapshots are exactly in the same state on both", "sides, the sender and the receiver. It is allowed to omit the", -- cgit v1.2.3