summaryrefslogtreecommitdiffstats
path: root/cli/src/cli-cmd-volume.c
diff options
context:
space:
mode:
authorJunaid <junaid@gluster.com>2011-04-11 01:15:53 +0000
committerAnand Avati <avati@gluster.com>2011-04-11 05:43:57 -0700
commitf5625e628f1959331eed85082cb6bfdc324db3c2 (patch)
tree3c94c87ac97358e571c2e785b5af2dbb301e5f4f /cli/src/cli-cmd-volume.c
parent974be663a9113d4aed684dce00f5288669d511e8 (diff)
cli: Validating the cli quota options.
Signed-off-by: Junaid <junaid@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2612 (quota limit-set not in line with help) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2612
Diffstat (limited to 'cli/src/cli-cmd-volume.c')
-rw-r--r--cli/src/cli-cmd-volume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c
index f008384ae64..3f639300f2c 100644
--- a/cli/src/cli-cmd-volume.c
+++ b/cli/src/cli-cmd-volume.c
@@ -1171,7 +1171,7 @@ struct cli_cmd volume_cmds[] = {
cli_cmd_volume_profile_cbk,
"volume profile operations"},
- { "volume quota <VOLNAME> <enable|disable|limit-usage|list|remove> [args] [path]",
+ { "volume quota <VOLNAME> <enable|disable|limit-usage|list|remove> [path] [value]",
cli_cmd_quota_cbk,
"quota translator specific operations"},