[asterisk-commits] russell: trunk r54149 - /trunk/main/asterisk.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Feb 12 23:10:11 MST 2007
Author: russell
Date: Tue Feb 13 00:10:11 2007
New Revision: 54149
URL: http://svn.digium.com/view/asterisk?view=rev&rev=54149
Log:
Use spaces instead of tabs in the help text for a CLI command
Modified:
trunk/main/asterisk.c
Modified: trunk/main/asterisk.c
URL: http://svn.digium.com/view/asterisk/trunk/main/asterisk.c?view=diff&rev=54149&r1=54148&r2=54149
==============================================================================
--- trunk/main/asterisk.c (original)
+++ trunk/main/asterisk.c Tue Feb 13 00:10:11 2007
@@ -1335,11 +1335,11 @@
static const char show_warranty_help[] =
"Usage: core show warranty\n"
-" Shows the warranty (if any) for this copy of Asterisk.\n";
+" Shows the warranty (if any) for this copy of Asterisk.\n";
static const char show_license_help[] =
"Usage: core show license\n"
-" Shows the license(s) for this copy of Asterisk.\n";
+" Shows the license(s) for this copy of Asterisk.\n";
static const char version_help[] =
"Usage: core show version\n"
More information about the asterisk-commits
mailing list