summaryrefslogtreecommitdiff
path: root/pbx/pbx_ael.c
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2008-12-18 21:21:44 +0000
committerJoshua Colp <jcolp@digium.com>2008-12-18 21:21:44 +0000
commit654ea55a651e4cde4b904a283971b59a021aca88 (patch)
tree623887bc8ac47b404e21942e5cfd11d4baff22fd /pbx/pbx_ael.c
parent221694480c1d9b99a0d24890860b8bbbc7733975 (diff)
Numerous documentation updates.
(closes issue #13970) Reported by: pkempgen Patches: __20081217_cli_usage_fixes.patch.txt uploaded by blitzrage (license 10) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@165792 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/pbx_ael.c')
-rw-r--r--pbx/pbx_ael.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_ael.c b/pbx/pbx_ael.c
index 92e2bd32d..f1b8fb00e 100644
--- a/pbx/pbx_ael.c
+++ b/pbx/pbx_ael.c
@@ -164,7 +164,7 @@ static char *handle_cli_ael_set_debug(struct ast_cli_entry *e, int cmd, struct a
case CLI_INIT:
e->command = "ael set debug {read|tokens|macros|contexts|off}";
e->usage =
- "Usage: ael debug {read|tokens|macros|contexts|off}\n"
+ "Usage: ael set debug {read|tokens|macros|contexts|off}\n"
" Enable AEL read, token, macro, or context debugging,\n"
" or disable all AEL debugging messages. Note: this\n"
" currently does nothing.\n";