dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
russell 2007-02-13 06:10:11 +00:00
parent 71bcc4064f
commit 2387cd4cdf
1 changed files with 2 additions and 2 deletions

View File

@ -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"