Message ID | 50CF0381.6060301@oracle.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
diff --git a/cmds-filesystem.c b/cmds-filesystem.c index 9c43d35..5770d8b 100644 --- a/cmds-filesystem.c +++ b/cmds-filesystem.c @@ -517,8 +517,8 @@ static int cmd_resize(int argc, char **argv) } static const char * const cmd_label_usage[] = { - "btrfs filesystem label <device> [<newlabel>]", - "Get or change the label of an unmounted filesystem", + "btrfs filesystem label [<device>|<mountpoint>] [<newlabel>]", + "Get or change the label of a filesystem", "With one argument, get the label of filesystem on <device>.", "If <newlabel> is passed, set the filesystem label to <newlabel>.", NULL