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 --- utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils.h') diff --git a/utils.h b/utils.h index 33b410c..b625330 100644 --- a/utils.h +++ b/utils.h @@ -247,7 +247,7 @@ int btrfs_check_nodesize(u32 nodesize, u32 sectorsize, u64 features); const char *get_argv0_buf(void); -#define HELPINFO_OUTPUT_UNIT \ +#define HELPINFO_UNITS_LONG \ "--raw raw numbers in bytes", \ "--human-readable human friendly numbers, base 1024 (default)", \ "--iec use 1024 as a base (KiB, MiB, GiB, TiB)", \ @@ -257,7 +257,7 @@ const char *get_argv0_buf(void); "--gbytes show sizes in GiB, or GB with --si", \ "--tbytes show sizes in TiB, or TB with --si" -#define HELPINFO_OUTPUT_UNIT_DF \ +#define HELPINFO_UNITS_SHORT_LONG \ "-b|--raw raw numbers in bytes", \ "-h|--human-readable", \ " human friendly numbers, base 1024 (default)", \ -- cgit v1.2.3