From c51b711fff2cfe5b67405731c17c8ffb694e1ddb Mon Sep 17 00:00:00 2001 From: Jeff Liu Date: Mon, 17 Dec 2012 11:35:29 +0000 Subject: [PATCH] Btrfs-progs: fix cmd_label_usage to reflect this change. Fix the command usage of "btrfs filesystem label" to reflect this change. i.e. so that we can get/set the label of a mounted filesystem against the mountpoint. Signed-off-by: Jie Liu Signed-off-by: Anand Jain --- cmds-filesystem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmds-filesystem.c b/cmds-filesystem.c index bdbd2ee..6e0a1cf 100644 --- a/cmds-filesystem.c +++ b/cmds-filesystem.c @@ -497,8 +497,8 @@ static int cmd_resize(int argc, char **argv) } static const char * const cmd_label_usage[] = { - "btrfs filesystem label []", - "Get or change the label of an unmounted filesystem", + "btrfs filesystem label [|] []", + "Get or change the label of a filesystem", "With one argument, get the label of filesystem on .", "If is passed, set the filesystem label to .", NULL -- 2.7.4