inetd: Use the synopsis from the manual page

Also, document -s in the usage message.

MFC after:	7 days
This commit is contained in:
Mateusz Piotrowski 2021-12-06 22:09:32 +01:00
parent 593ad024e4
commit 648b9ce80e

View File

@ -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);
}
/*