From ec3fbfcb5534a70b3a936aca348e9abe69102876 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 16 Dec 2013 16:47:10 +0100 Subject: 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 Signed-off-by: Chris Mason --- cmds-send.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmds-send.c') 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 ] [-c ] [-f ] ", - "Send the subvolume to stdout.", - "Sends the subvolume specified by to stdout.", + "btrfs send [-ve] [-p ] [-c ] [-f ] [...]", + "Send the subvolume(s) to stdout.", + "Sends the subvolume(s) 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", -- cgit v1.2.3