inetd: Use the synopsis from the manual page
Also, document -s in the usage message. MFC after: 7 days
This commit is contained in:
parent
593ad024e4
commit
648b9ce80e
@ -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…
x
Reference in New Issue
Block a user