1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-27 08:00:11 +00:00

Remove the '-k' option.

This commit is contained in:
Doug Rabson 2008-03-27 15:11:02 +00:00
parent 6b0d16d374
commit 3efa83dca3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177666

View File

@ -752,7 +752,7 @@ sigalarm_handler(void)
void
usage()
{
errx(1, "usage: rpc.lockd [-k] [-d <debuglevel>]"
errx(1, "usage: rpc.lockd [-d <debuglevel>]"
" [-g <grace period>] [-h <bindip>] [-p <port>]");
}