summaryrefslogtreecommitdiff
path: root/res/ais/evt.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/ais/evt.c')
-rw-r--r--res/ais/evt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/ais/evt.c b/res/ais/evt.c
index 0057f0481..2965df0e3 100644
--- a/res/ais/evt.c
+++ b/res/ais/evt.c
@@ -271,9 +271,9 @@ static char *ais_evt_show_event_channels(struct ast_cli_entry *e, int cmd, struc
switch (cmd) {
case CLI_INIT:
- e->command = "ais evt show event channels";
+ e->command = "ais show evt event channels";
e->usage =
- "Usage: ais evt show event channels\n"
+ "Usage: ais show evt event channels\n"
" List configured event channels for the (EVT) Eventing service.\n";
return NULL;