[svn-commits] jrose: branch 10 r361208 - in /branches/10: ./ funcs/func_devstate.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Apr 4 14:30:13 CDT 2012


Author: jrose
Date: Wed Apr  4 14:30:09 2012
New Revision: 361208

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=361208
Log:
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

Modified:
    branches/10/   (props changed)
    branches/10/funcs/func_devstate.c

Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/10/funcs/func_devstate.c
URL: http://svnview.digium.com/svn/asterisk/branches/10/funcs/func_devstate.c?view=diff&rev=361208&r1=361207&r2=361208
==============================================================================
--- branches/10/funcs/func_devstate.c (original)
+++ branches/10/funcs/func_devstate.c Wed Apr  4 14:30:09 2012
@@ -250,7 +250,7 @@
 			"       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"




More information about the svn-commits mailing list