summaryrefslogtreecommitdiff
path: root/cmds-filesystem.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-filesystem.c
parentd64a9ff88ec3387d67017a3e03953882048ddefd (diff)
downloadbtrfs-progs-49e0f3e6466db78fb6c12f71e0c46be4b1492d90.tar.gz
btrfs-progs: utils: rename helpinfo unit vairables
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'cmds-filesystem.c')
-rw-r--r--cmds-filesystem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds-filesystem.c b/cmds-filesystem.c
index 819daa1..98c13f5 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] <path>",
"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
};