btrfs-progs: fi du: update help text
authorDavid Sterba <dsterba@suse.com>
Tue, 15 Mar 2016 16:58:23 +0000 (17:58 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 15 Mar 2016 17:25:05 +0000 (18:25 +0100)
Move the command-specific options to the beginning, add missing long
option.

Signed-off-by: David Sterba <dsterba@suse.com>
cmds-fi-du.c

index 09d4a65..52dba3f 100644 (file)
@@ -526,8 +526,8 @@ out:
 const char * const cmd_filesystem_du_usage[] = {
        "btrfs filesystem du [options] <path> [<path>..]",
        "Summarize disk usage of each file.",
+       "-s|--summarize     display only a total for each argument",
        HELPINFO_UNITS_LONG,
-       "-s                 display only a total for each argument",
        NULL
 };