From 4f64c970ed1e334ba17413178eaf355f454c201f Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Tue, 7 Sep 2010 04:29:55 +0000 Subject: Change cli volume/peer cmd's --help option to help Signed-off-by: shishir gowda Signed-off-by: Vijay Bellur BUG: 1529 (need man pages for 'gluster' and 'glusterd') URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1529 --- 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 01fff9bf1..1eb7ec095 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -778,7 +778,7 @@ struct cli_cmd volume_cmds[] = { cli_cmd_volume_set_cbk, "set options for volume "}, - { "volume --help", + { "volume help", cli_cmd_volume_help_cbk, "display help for the volume command"}, -- cgit