summaryrefslogtreecommitdiff
path: root/cmds-fi-du.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-03-15 17:58:23 +0100
committerDavid Sterba <dsterba@suse.com>2016-03-15 18:25:05 +0100
commitb44d1308287c254b6bf709a46cf438d2b859e871 (patch)
treebf344a8a3a11de9cd1944f444b0451b107245c5f /cmds-fi-du.c
parentfabe745d3b4b7814ddfc69385b439304c6e89d3a (diff)
btrfs-progs: fi du: update help text
Move the command-specific options to the beginning, add missing long option. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'cmds-fi-du.c')
-rw-r--r--cmds-fi-du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-fi-du.c b/cmds-fi-du.c
index 09d4a656..52dba3fd 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] <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
};