diff --git a/cmds-filesystem.c b/cmds-filesystem.c index bdbd2eed..6e0a1cfe 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