summaryrefslogtreecommitdiffstats
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/gluster-block.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/gluster-block.c b/cli/gluster-block.c
index 304a116..b5549a0 100644
--- a/cli/gluster-block.c
+++ b/cli/gluster-block.c
@@ -462,10 +462,14 @@ glusterBlockParseArgs(int count, char **options)
goto out;
case GB_CLI_HELP:
+ case GB_CLI_HYPHEN_HELP:
+ case GB_CLI_USAGE:
+ case GB_CLI_HYPHEN_USAGE:
glusterBlockHelp();
goto out;
case GB_CLI_VERSION:
+ case GB_CLI_HYPHEN_VERSION:
MSG("%s\n", argp_program_version);
goto out;
}