From e321146fc5f5ebfc0fb2e5482d89297dfebb3d32 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Tue, 12 Apr 2016 16:07:41 +0000 Subject: [PATCH] Make the usage() mention the -u option added in r295212. MFC after: 1 month Sponsored by: The FreeBSD Foundation --- usr.sbin/ctld/ctld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ctld/ctld.c b/usr.sbin/ctld/ctld.c index 6c8b4a89fe9..a2bc17d1ad9 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); }