aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-12 15:16:49 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-12 15:16:49 +0000
commitaff2d4df22fb21200f7ad7cd15669f02996f078e (patch)
tree732c70135bf414dcf0bb5246cd89a733c8f62d90 /main/asterisk.c
parentb25ab1c0d4ce086468fee442662458889c323768 (diff)
Clean up the output of "asterisk -h". This tweaks the wording and wraps lines
at 80 characters. (closes issue #10699, seanbright) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@82280 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/asterisk.c')
-rw-r--r--main/asterisk.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index 19d4237f3..b03bd8031 100644
--- a/main/asterisk.c
+++ b/main/asterisk.c
@@ -2333,14 +2333,16 @@ static int show_cli_help(void) {
printf(" -I Enable internal timing if Zaptel timer is available\n");
printf(" -L <load> Limit the maximum load average before rejecting new calls\n");
printf(" -M <value> Limit the maximum number of calls to the specified value\n");
- printf(" -m Mute the console from debugging and verbose output\n");
+ printf(" -m Mute debugging and console output on the console\n");
printf(" -n Disable console colorization\n");
printf(" -p Run as pseudo-realtime thread\n");
printf(" -q Quiet mode (suppress output)\n");
printf(" -r Connect to Asterisk on this machine\n");
- printf(" -R Connect to Asterisk, and attempt to reconnect if disconnected\n");
- printf(" -t Record soundfiles in /var/tmp and move them where they belong after they are done.\n");
- printf(" -T Display the time in [Mmm dd hh:mm:ss] format for each line of output to the CLI.\n");
+ printf(" -R Same as -r, except attempt to reconnect if disconnected\n");
+ printf(" -t Record soundfiles in /var/tmp and move them where they\n");
+ printf(" belong after they are done\n");
+ printf(" -T Display the time in [Mmm dd hh:mm:ss] format for each line\n");
+ printf(" of output to the CLI\n");
printf(" -v Increase verbosity (multiple v's = more verbose)\n");
printf(" -x <cmd> Execute command <cmd> (only valid with -r)\n");
printf("\n");