aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-11-10 14:14:51 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-11-10 14:14:51 +0000
commitf5ed46ced4914d2e4bfe98c4986317d0c6cae75d (patch)
treeb7038eb6757e6048d7a715ae23bc2e848200839d /res
parent9190fd755a7c75dd22ec4c99102bb44699013b73 (diff)
Tweak a couple of CLI commands back to their original form.
The "module" in this case is two parts, so there are two words before the verb of the CLI command. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@294535 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/ais/clm.c4
-rw-r--r--res/ais/evt.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/res/ais/clm.c b/res/ais/clm.c
index 219646f6a..d290ee2cd 100644
--- a/res/ais/clm.c
+++ b/res/ais/clm.c
@@ -79,9 +79,9 @@ static char *ais_clm_show_members(struct ast_cli_entry *e, int cmd, struct ast_c
switch (cmd) {
case CLI_INIT:
- e->command = "ais show clm members";
+ e->command = "ais clm show members";
e->usage =
- "Usage: ais show clm members\n"
+ "Usage: ais clm show members\n"
" List members of the cluster using the CLM (Cluster Membership) service.\n";
return NULL;
diff --git a/res/ais/evt.c b/res/ais/evt.c
index 18c0be988..9438d7740 100644
--- a/res/ais/evt.c
+++ b/res/ais/evt.c
@@ -246,9 +246,9 @@ static char *ais_evt_show_event_channels(struct ast_cli_entry *e, int cmd, struc
switch (cmd) {
case CLI_INIT:
- e->command = "ais show evt event channels";
+ e->command = "ais evt show event channels";
e->usage =
- "Usage: ais show evt event channels\n"
+ "Usage: ais evt show event channels\n"
" List configured event channels for the (EVT) Eventing service.\n";
return NULL;