From f5625e628f1959331eed85082cb6bfdc324db3c2 Mon Sep 17 00:00:00 2001 From: Junaid Date: Mon, 11 Apr 2011 01:15:53 +0000 Subject: cli: Validating the cli quota options. Signed-off-by: Junaid Signed-off-by: Anand Avati BUG: 2612 (quota limit-set not in line with help) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2612 --- cli/src/cli-cmd-volume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/src/cli-cmd-volume.c') 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 [args] [path]", + { "volume quota [path] [value]", cli_cmd_quota_cbk, "quota translator specific operations"}, -- cgit