Update the usage string to reflect -n as an option.

This commit is contained in:
ps 2000-08-07 01:09:25 +00:00
parent 045b3ce333
commit 41b31bd1e0

View File

@ -548,7 +548,7 @@ usage()
{
fprintf(stderr, "%s\n%s\n%s\n",
"usage: syslogd [-drsuv] [-a allowed_peer] [-f config_file]",
"usage: syslogd [-dnsuv] [-a allowed_peer] [-f config_file]",
" [-m mark_interval] [-p log_socket]",
" [-l log_socket]");
exit(1);