diff options
author | Qu Wenruo <quwenruo@cn.fujitsu.com> | 2013-07-23 10:43:21 +0800 |
---|---|---|
committer | David Sterba <dsterba@suse.cz> | 2013-08-09 14:32:37 +0200 |
commit | 3ca706a6ee813300b30e1603076b3e356c0deb93 (patch) | |
tree | eee29309e11a32105a22545d7c72170c0e4d9326 /cmds-send.c | |
parent | 2b2201bd094dd1d8d0ab2d119f36e107591f10c1 (diff) | |
download | btrfs-progs-3ca706a6ee813300b30e1603076b3e356c0deb93.tar.gz btrfs-progs-3ca706a6ee813300b30e1603076b3e356c0deb93.tar.bz2 btrfs-progs-3ca706a6ee813300b30e1603076b3e356c0deb93.zip |
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 <quwenruo@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'cmds-send.c')
-rw-r--r-- | cmds-send.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <parent>] [-c <clone-src>] <subvol>", + "btrfs send [-ve] [-p <parent>] [-c <clone-src>] [-f <outfile>] <subvol>", "Send the subvolume to stdout.", "Sends the subvolume specified by <subvol> to stdout.", "By default, this will send the whole subvolume. To do an incremental", "send, use '-p <parent>'. If you want to allow btrfs to clone from", - "any additional local snapshots, use -c <clone-src> (multiple times", + "any additional local snapshots, use '-c <clone-src>' (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", |