mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue