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.andr...@gmail.com>
---
 btrfs.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

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,
-- 
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to