summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2016-04-12 16:07:41 +0000
committertrasz <trasz@FreeBSD.org>2016-04-12 16:07:41 +0000
commit0ab6713ed2e7e2549651f3b4b88650e3bb644acb (patch)
tree406c8b98e005b72a807ea354aff2804d540a9dfe
parentb5edc868125bfa6a570f0c392630d45b1916cd3f (diff)
downloadFreeBSD-src-0ab6713ed2e7e2549651f3b4b88650e3bb644acb.zip
FreeBSD-src-0ab6713ed2e7e2549651f3b4b88650e3bb644acb.tar.gz
Make the usage() mention the -u option added in r295212.
MFC after: 1 month Sponsored by: The FreeBSD Foundation
-rw-r--r--usr.sbin/ctld/ctld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ctld/ctld.c b/usr.sbin/ctld/ctld.c
index 6c8b4a8..a2bc17d 100644
--- a/usr.sbin/ctld/ctld.c
+++ b/usr.sbin/ctld/ctld.c
@@ -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);
}
OpenPOWER on IntegriCloud