Message ID | 1303804964-2840-4-git-send-email-philipp.andreas@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/btrfs.c b/btrfs.c index 46314cf..f70d64b 100644 --- a/btrfs.c +++ b/btrfs.c @@ -44,9 +44,9 @@ static struct Command commands[] = { /* avoid short commands different for the case only */ - { do_clone, 2, - "subvolume snapshot", "<source> [<dest>/]<name>\n" - "Create a writable snapshot of the subvolume <source> with\n" + { do_clone, -2, + "subvolume snapshot", "[-r] <source> [<dest>/]<name>\n" + "Create a writable/readonly snapshot of the subvolume <source> with\n" "the name <name> in the <dest> directory." }, { do_delete_subvolume, 1,
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 <philipp.andreas@gmail.com> --- btrfs.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)