Make the usage() mention the -u option added in r295212.

MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2016-04-12 16:07:41 +00:00
parent e3188c2f31
commit e321146fc5

View File

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