[svn-commits] jrose: branch 1.8 r361201 - /branches/1.8/funcs/func_devstate.c

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


Author: jrose
Date: Wed Apr  4 14:18:31 2012
New Revision: 361201

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

Modified:
    branches/1.8/funcs/func_devstate.c

Modified: branches/1.8/funcs/func_devstate.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/funcs/func_devstate.c?view=diff&rev=361201&r1=361200&r2=361201
==============================================================================
--- branches/1.8/funcs/func_devstate.c (original)
+++ branches/1.8/funcs/func_devstate.c Wed Apr  4 14:18:31 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