Hi,
please move the help text for 'get-default' right after 'set-default',
it's logical and currently it's very easy to miss it (it took me a few
seconds to locate it event if I knew it's there :)
thanks,
david
On Tue, Jul 12, 2011 at 10:48:37AM +0800, Zhong, Xin wrote:
> diff --git a/btrfs.c b/btrfs.c
> index 67d6f6f..1af8360 100644
> --- a/btrfs.c
> +++ b/btrfs.c
@@ -78,6 +78,9 @@ static struct Command commands[] = {
"as default.",
NULL
},
> + { do_get_default_subvol, 1, "subvolume get-default", "<path>\n"
> + "Get the default subvolume of a filesystem."
> + },
{ do_find_newer, 2, "subvolume find-new", "<path> <last_gen>\n"
"List the recently modified files in a filesystem.",
NULL
> diff --git a/btrfs_cmds.c b/btrfs_cmds.c
> ...
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html