From 49e0f3e6466db78fb6c12f71e0c46be4b1492d90 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 6 Nov 2015 16:39:49 +0100 Subject: btrfs-progs: utils: rename helpinfo unit vairables Signed-off-by: David Sterba --- cmds-filesystem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmds-filesystem.c') diff --git a/cmds-filesystem.c b/cmds-filesystem.c index 819daa1d..98c13f56 100644 --- a/cmds-filesystem.c +++ b/cmds-filesystem.c @@ -123,7 +123,7 @@ static const char * const filesystem_cmd_group_usage[] = { static const char * const cmd_filesystem_df_usage[] = { "btrfs filesystem df [options] ", "Show space usage information for a mount point", - HELPINFO_OUTPUT_UNIT_DF, + HELPINFO_UNITS_SHORT_LONG, NULL }; @@ -772,7 +772,7 @@ static const char * const cmd_filesystem_show_usage[] = { "Show the structure of a filesystem", "-d|--all-devices show only disks under /dev containing btrfs filesystem", "-m|--mounted show only mounted btrfs", - HELPINFO_OUTPUT_UNIT, + HELPINFO_UNITS_LONG, "If no argument is given, structure of all present filesystems is shown.", NULL }; -- cgit v1.2.3