From f0d08f254cf502ffbd69df543b6e938c9e1fe583 Mon Sep 17 00:00:00 2001 From: Miao Xie Date: Sat, 1 Sep 2012 16:30:35 +0800 Subject: [PATCH] Btrfs-progs: fix wrong usage of btrfs subvolume list command Since the uuid output function has been implemented, we should update the usage to tell the users. Signed-off-by: Miao Xie --- cmds-subvolume.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmds-subvolume.c b/cmds-subvolume.c index ffc5d95..cd4b5a7 100644 --- a/cmds-subvolume.c +++ b/cmds-subvolume.c @@ -258,10 +258,11 @@ static int cmd_subvol_delete(int argc, char **argv) } static const char * const cmd_subvol_list_usage[] = { - "btrfs subvolume list [-ps] ", + "btrfs subvolume list [-pu] [-s 0|1] ", "List subvolumes (and snapshots)", "", "-p print parent ID", + "-u print the uuid of subvolumes (and snapshots)", "-s value list snapshots with generation in ascending/descending order", " (1: ascending, 0: descending)", NULL -- 2.7.4