summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pbx.c b/main/pbx.c
index 4d4fcd3b0..6a59ff46d 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -4289,7 +4289,7 @@ static char *handle_show_dialplan(struct ast_cli_entry *e, int cmd, struct ast_c
case CLI_INIT:
e->command = "dialplan show";
e->usage =
- "Usage: core show dialplan [exten@][context]\n"
+ "Usage: dialplan show [exten@][context]\n"
" Show dialplan\n";
return NULL;
case CLI_GENERATE: