aboutsummaryrefslogtreecommitdiffstats
path: root/src/amps
diff options
context:
space:
mode:
authorAndreas Eversberg <andreas@eversberg.eu>2016-11-29 07:50:32 +0100
committerAndreas Eversberg <andreas@eversberg.eu>2016-11-29 10:59:09 +0100
commit0b43b63d1f68dbab16d319e79866cdf6b71f5511 (patch)
treee7475754e0c48c5a80e030f7c19f9bb69b8e35b1 /src/amps
parentd52d0242bf6a622334fb61a6ca0db3b264ca45b8 (diff)
Fixed command line option descriptions
Diffstat (limited to 'src/amps')
-rw-r--r--src/amps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amps/main.c b/src/amps/main.c
index 50c3ecd..7253856 100644
--- a/src/amps/main.c
+++ b/src/amps/main.c
@@ -47,7 +47,7 @@ int tolerant = 0;
void print_help(const char *arg0)
{
- print_help_common(arg0, "-p -d -F yes | no ");
+ print_help_common(arg0, "-p -d -F yes | no [-S sid=<sid>]");
/* - - */
printf(" -T --channel-type <channel type> | list\n");
printf(" Give channel type, use 'list' to get a list. (default = '%s')\n", chan_type_short_name(chan_type[0]));