From 4e5f702b00a0717aa29fabad76cb8c94a53b4728 Mon Sep 17 00:00:00 2001 From: Andreas Philipp Date: Tue, 26 Apr 2011 10:02:42 +0200 Subject: [PATCH 10/28] 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 files changed, 2 insertions(+), 2 deletions(-) diff --git a/btrfs.c b/btrfs.c index 742dd27..c90ee48 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 }, -- 1.7.5.2.353.g5df3e