summaryrefslogtreecommitdiff
path: root/funcs/func_devstate.c
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2012-04-04 19:32:57 +0000
committerJonathan Rose <jrose@digium.com>2012-04-04 19:32:57 +0000
commit6cd462cca8a7eae23885536f2ebb7571b726b0eb (patch)
tree9d096c581c194442778a41808f545a2a69bac7e9 /funcs/func_devstate.c
parente96a59acfdbd655045ad8d8292cde674d2236645 (diff)
Make 'help devstate change' display properly (get rid of excess comma)
(closes issue ASTERISK-19444) Reported by: Makoto Dei Patches: devstate-change-usage-truncate.patch uploaded by Makoto Dei (license 5027) ........ Merged revisions 361201 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 361208 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@361209 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'funcs/func_devstate.c')
-rw-r--r--funcs/func_devstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_devstate.c b/funcs/func_devstate.c
index 274f1ac03..1b1318a5d 100644
--- a/funcs/func_devstate.c
+++ b/funcs/func_devstate.c
@@ -250,7 +250,7 @@ static char *handle_cli_devstate_change(struct ast_cli_entry *e, int cmd, struct
" Change a custom device to a new state.\n"
" The possible values for the state are:\n"
"UNKNOWN | NOT_INUSE | INUSE | BUSY | INVALID | UNAVAILABLE | RINGING\n"
- "RINGINUSE | ONHOLD\n",
+ "RINGINUSE | ONHOLD\n"
"\n"
"Examples:\n"
" devstate change Custom:mystate1 INUSE\n"