aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-13 19:57:45 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-13 19:57:45 +0000
commitb17a2205fd1475f798df832fb89a0fad121df463 (patch)
tree52be4d63760f919763f463b0ce5416e46e5227ce /asterisk.c
parentbc326ecdc37738116297b628b9217153b39b12d4 (diff)
Update documentation of asterisk -h (bug #1622)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2960 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'asterisk.c')
-rwxr-xr-xasterisk.c27
1 files changed, 14 insertions, 13 deletions
diff --git a/asterisk.c b/asterisk.c
index ec3f9f5d5..ea477ff98 100755
--- a/asterisk.c
+++ b/asterisk.c
@@ -1368,21 +1368,22 @@ static void ast_remotecontrol(char * data)
}
static int show_cli_help(void) {
- printf("Asterisk " ASTERISK_VERSION ", Copyright (C) 2000-2002, Digium.\n");
+ printf("Asterisk " ASTERISK_VERSION ", Copyright (C) 2000-2004, Digium.\n");
printf("Usage: asterisk [OPTIONS]\n");
printf("Valid Options:\n");
- printf(" -h This help screen\n");
- printf(" -r Connect to Asterisk on this machine\n");
- printf(" -f Do not fork\n");
- printf(" -n Disable console colorization\n");
- printf(" -p Run as pseudo-realtime thread\n");
- printf(" -v Increase verbosity (multiple v's = more verbose)\n");
- printf(" -q Quiet mode (supress output)\n");
- printf(" -g Dump core in case of a crash\n");
- printf(" -x <cmd> Execute command <cmd> (only valid with -r)\n");
- printf(" -i Initializie crypto keys at startup\n");
- printf(" -c Provide console CLI\n");
- printf(" -d Enable extra debugging\n");
+ printf(" -C <configfile> Use an alternate configuration file\n");
+ printf(" -c Provide console CLI\n");
+ printf(" -d Enable extra debugging\n");
+ printf(" -f Do not fork\n");
+ printf(" -g Dump core in case of a crash\n");
+ printf(" -h This help screen\n");
+ printf(" -i Initializie crypto keys at startup\n");
+ printf(" -n Disable console colorization\n");
+ printf(" -p Run as pseudo-realtime thread\n");
+ printf(" -q Quiet mode (supress output)\n");
+ printf(" -r Connect to Asterisk on this machine\n");
+ printf(" -v Increase verbosity (multiple v's = more verbose)\n");
+ printf(" -x <cmd> Execute command <cmd> (only valid with -r)\n");
printf("\n");
return 0;
}