summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslogd.c b/syslogd.c
index 7e3d38b0..9b9b6c31 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -3269,7 +3269,7 @@ static char *MsgGetProp(msg_t *pMsg, struct templateEntry *pTpe,
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]] [-t port[,max-sessions]] [-f conffile] [-x]\n");
exit(1); /* "good" exit - done to terminate usage() */
}