summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslogd.c b/syslogd.c
index acb0d5e4..d85333ff 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -1608,7 +1608,7 @@ void getCurrTime(struct syslogTime *t)
static int usage(void)
{
fprintf(stderr, "usage: rsyslogd [-46Adhvw] [-l hostlist] [-m markinterval] [-n] [-p path]\n" \
- " [-s domainlist] [-r [port]] [-t port[,max-sessions]] [-f conffile] [-x]\n");
+ " [-s domainlist] [-r[port]] [-tport[,max-sessions]] [-f conffile] [-x]\n");
exit(1); /* "good" exit - done to terminate usage() */
}