diff options
author | David Sterba <dsterba@suse.com> | 2015-11-06 16:39:49 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2015-11-06 16:39:49 +0100 |
commit | 49e0f3e6466db78fb6c12f71e0c46be4b1492d90 (patch) | |
tree | 3752b77855c3ee7d4dad1ba7508d626cf1d8057e /cmds-fi-usage.c | |
parent | d64a9ff88ec3387d67017a3e03953882048ddefd (diff) |
btrfs-progs: utils: rename helpinfo unit vairables
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'cmds-fi-usage.c')
-rw-r--r-- | cmds-fi-usage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-fi-usage.c b/cmds-fi-usage.c index 4b558a88..72d80278 100644 --- a/cmds-fi-usage.c +++ b/cmds-fi-usage.c @@ -902,7 +902,7 @@ out: const char * const cmd_filesystem_usage_usage[] = { "btrfs filesystem usage [options] <path> [<path>..]", "Show detailed information about internal filesystem usage .", - HELPINFO_OUTPUT_UNIT_DF, + HELPINFO_UNITS_SHORT_LONG, "-T show data in tabular format", NULL }; |