From 681c1d64a9adb95a661518c59bf36ae044bed1ab Mon Sep 17 00:00:00 2001 From: Andreas Philipp Date: Tue, 26 Apr 2011 10:02:42 +0200 Subject: [PATCH] Support the new parameters in do_clone(int argc, char** argv). Now 'btrfs subvolume snapshot' takes not two but only at least two parameters. Additionally, the help message is updated accordingly. Signed-off-by: Andreas Philipp Signed-off-by: Hugo Mills --- btrfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/btrfs.c b/btrfs.c index 742dd278..c90ee482 100644 --- a/btrfs.c +++ b/btrfs.c @@ -50,8 +50,8 @@ static struct Command commands[] = { avoid short commands different for the case only */ { do_clone, 2, - "subvolume snapshot", " [/]\n" - "Create a writable snapshot of the subvolume with\n" + "subvolume snapshot", "[-r] [/]\n" + "Create a writable/readonly snapshot of the subvolume with\n" "the name in the directory.", NULL },