aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-13 06:10:11 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-13 06:10:11 +0000
commit2387cd4cdf49d27e099e13b25938f4290a023b56 (patch)
treeefdf5c79534a898aef5910e3d4db8e8291a88baa /main
parent71bcc4064f776338190349420ff2f761d3ce46bb (diff)
Use spaces instead of tabs in the help text for a CLI command
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54149 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/asterisk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index 47d58cecc..de01bbe5a 100644
--- a/main/asterisk.c
+++ b/main/asterisk.c
@@ -1335,11 +1335,11 @@ static const char bang_help[] =
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"