mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 08:25:22 -04:00
inetd: Use the synopsis from the manual page
Also, document -s in the usage message.
MFC after: 7 days
(cherry picked from commit 648b9ce80e)
This commit is contained in:
parent
190c88c458
commit
4bad5bb129
1 changed files with 3 additions and 3 deletions
|
|
@ -394,9 +394,9 @@ main(int argc, char **argv)
|
|||
case '?':
|
||||
default:
|
||||
syslog(LOG_ERR,
|
||||
"usage: inetd [-dlwW] [-a address] [-R rate]"
|
||||
" [-c maximum] [-C rate]"
|
||||
" [-p pidfile] [conf-file]");
|
||||
"usage: inetd [-dlWw] [-a address] [-C rate]"
|
||||
" [-c maximum] [-p filename] [-R rate]"
|
||||
" [-s maximum] [configuration_file]");
|
||||
exit(EX_USAGE);
|
||||
}
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue