From 1637eabfd3e953a609cd5c82f58a7daa9d88b243 Mon Sep 17 00:00:00 2001 From: Pranith K Date: Mon, 13 Dec 2010 06:06:20 +0000 Subject: cli: remove duplication of cmd help Signed-off-by: Pranith Kumar K Signed-off-by: Anand V. Avati BUG: 2089 (Documentation bug in replace-brick options) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2089 --- cli/src/cli-cmd-system.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'cli/src/cli-cmd-system.c') diff --git a/cli/src/cli-cmd-system.c b/cli/src/cli-cmd-system.c index 0c1b6d26..e92376ce 100644 --- a/cli/src/cli-cmd-system.c +++ b/cli/src/cli-cmd-system.c @@ -129,14 +129,8 @@ out: return ret; } -void -cli_cmd_fsm_log_usage () -{ - cli_out ("Usage: fsm log []"); -} - int -cli_cmd_fsm_log (struct cli_state *state, struct cli_cmd_word *in_word, +cli_cmd_fsm_log (struct cli_state *state, struct cli_cmd_word *word, const char **words, int wordcount) { int ret = -1; @@ -145,7 +139,7 @@ cli_cmd_fsm_log (struct cli_state *state, struct cli_cmd_word *in_word, char *name = ""; if ((wordcount != 3) && (wordcount != 2)) { - cli_cmd_fsm_log_usage (); + cli_usage_out (word->pattern); goto out; } -- cgit