summaryrefslogtreecommitdiffstats
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/gluster-block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/gluster-block.c b/cli/gluster-block.c
index f2334e6..833f232 100644
--- a/cli/gluster-block.c
+++ b/cli/gluster-block.c
@@ -386,7 +386,7 @@ glusterBlockCreate(int argcount, char **options, int json)
}
/* last arg will be size */
- sparse_ret = glusterBlockCreateParseSize("cli", options[optind]);
+ sparse_ret = glusterBlockParseSize("cli", options[optind]);
if (sparse_ret < 0) {
MSG("%s\n", "'<size>' is incorrect");
MSG("%s\n", GB_CREATE_HELP_STR);