summaryrefslogtreecommitdiff
path: root/cmd_fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_fs.c')
-rw-r--r--cmd_fs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd_fs.c b/cmd_fs.c
index abf7125c..a828f39b 100644
--- a/cmd_fs.c
+++ b/cmd_fs.c
@@ -290,7 +290,7 @@ static void fs_usage_usage(void)
"\n"
"Options:\n"
" -h, --human-readable Human readable units\n"
- " --help Display this help and exit\n"
+ " -H, --help Display this help and exit\n"
"Report bugs to <linux-bcachefs@vger.kernel.org>");
}
@@ -298,6 +298,7 @@ int cmd_fs_usage(int argc, char *argv[])
{
static const struct option longopts[] = {
{ "help", no_argument, NULL, 'H' },
+ { "human-readable", no_argument, NULL, 'h' },
{ NULL }
};
bool human_readable = false;