From b44d1308287c254b6bf709a46cf438d2b859e871 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 15 Mar 2016 17:58:23 +0100 Subject: [PATCH] btrfs-progs: fi du: update help text Move the command-specific options to the beginning, add missing long option. Signed-off-by: David Sterba --- cmds-fi-du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds-fi-du.c b/cmds-fi-du.c index 09d4a65..52dba3f 100644 --- a/cmds-fi-du.c +++ b/cmds-fi-du.c @@ -526,8 +526,8 @@ out: const char * const cmd_filesystem_du_usage[] = { "btrfs filesystem du [options] [..]", "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 }; -- 2.7.4