summaryrefslogtreecommitdiff
path: root/cmds-device.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2015-11-06 16:39:49 +0100
committerDavid Sterba <dsterba@suse.com>2015-11-06 16:39:49 +0100
commit49e0f3e6466db78fb6c12f71e0c46be4b1492d90 (patch)
tree3752b77855c3ee7d4dad1ba7508d626cf1d8057e /cmds-device.c
parentd64a9ff88ec3387d67017a3e03953882048ddefd (diff)
btrfs-progs: utils: rename helpinfo unit vairables
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'cmds-device.c')
-rw-r--r--cmds-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-device.c b/cmds-device.c
index c2f3a408..2ed32a26 100644
--- a/cmds-device.c
+++ b/cmds-device.c
@@ -461,7 +461,7 @@ out:
static const char * const cmd_device_usage_usage[] = {
"btrfs device usage [options] <path> [<path>..]",
"Show detailed information about internal allocations in devices.",
- HELPINFO_OUTPUT_UNIT_DF,
+ HELPINFO_UNITS_SHORT_LONG,
NULL
};