[svn-commits] rmudgett: branch rmudgett/ast_verb r405310 - /team/rmudgett/ast_verb/main/cli.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jan 10 17:50:08 CST 2014


Author: rmudgett
Date: Fri Jan 10 17:50:05 2014
New Revision: 405310

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=405310
Log:
Document the 'core set verbose' silent option.

Modified:
    team/rmudgett/ast_verb/main/cli.c

Modified: team/rmudgett/ast_verb/main/cli.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/ast_verb/main/cli.c?view=diff&rev=405310&r1=405309&r2=405310
==============================================================================
--- team/rmudgett/ast_verb/main/cli.c (original)
+++ team/rmudgett/ast_verb/main/cli.c Fri Jan 10 17:50:05 2014
@@ -586,7 +586,9 @@
 			"       core set verbose off\n"
 			"\n"
 			"       Sets level of verbose messages to be displayed.\n"
-			"       0 or off means no messages should be displayed.\n"
+			"       0 or off means no verbose messages should be displayed.\n"
+			"       The silent option means the command does not report what\n"
+			"       happened to the verbose level.\n"
 			"       Equivalent to -v[v[...]] on startup\n";
 		return NULL;
 




More information about the svn-commits mailing list