Make the usage() mention the -u option added in r295212.
MFC after: 1 month Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e3188c2f31
commit
e321146fc5
@ -66,7 +66,7 @@ static void
|
||||
usage(void)
|
||||
{
|
||||
|
||||
fprintf(stderr, "usage: ctld [-d][-f config-file]\n");
|
||||
fprintf(stderr, "usage: ctld [-d][-u][-f config-file]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user