svn commit: r297860 - head/usr.sbin/ctld
Edward Tomasz Napierala
trasz at FreeBSD.org
Tue Apr 12 16:07:43 UTC 2016
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);
}
More information about the svn-src-head
mailing list