Author: trasz
Date: Tue Apr 12 16:07:41 2016
New Revision: 297860
URL: https://svnweb.freebsd.org/changeset/base/297860
Log:
Make the usage() mention the -u option added in r295212.
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/ctld.c
Modified: head/usr.sbin/ctld/ctld.c
==============================================================================
--- head/usr.sbin/ctld/ctld.c Tue Apr 12 14:43:17 2016 (r297859)
+++ head/usr.sbin/ctld/ctld.c Tue Apr 12 16:07:41 2016 (r297860)
@@ -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);
}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"