diff options
author | David Sterba <dsterba@suse.cz> | 2013-12-16 16:47:10 +0100 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2014-01-31 08:22:20 -0800 |
commit | ec3fbfcb5534a70b3a936aca348e9abe69102876 (patch) | |
tree | 1b6bec8518db7a6e679ce2261951eed9975aee97 /cmds-send.c | |
parent | 4b7656f3bf4bb204d567375eb6d43317521543fc (diff) | |
download | btrfs-progs-ec3fbfcb5534a70b3a936aca348e9abe69102876.tar.gz btrfs-progs-ec3fbfcb5534a70b3a936aca348e9abe69102876.tar.bz2 btrfs-progs-ec3fbfcb5534a70b3a936aca348e9abe69102876.zip |
btrfs-progs: update send help strings and manpage
- send accepts multiple subvolumes
- add missing option -e to man
- minor man formatting fix
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'cmds-send.c')
-rw-r--r-- | cmds-send.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmds-send.c b/cmds-send.c index 85461d5b..fc9a01ee 100644 --- a/cmds-send.c +++ b/cmds-send.c @@ -728,9 +728,9 @@ out: } const char * const cmd_send_usage[] = { - "btrfs send [-ve] [-p <parent>] [-c <clone-src>] [-f <outfile>] <subvol>", - "Send the subvolume to stdout.", - "Sends the subvolume specified by <subvol> to stdout.", + "btrfs send [-ve] [-p <parent>] [-c <clone-src>] [-f <outfile>] <subvol> [<subvol>...]", + "Send the subvolume(s) to stdout.", + "Sends the subvolume(s) 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", |