summaryrefslogtreecommitdiffstats
path: root/usr.sbin/daemon
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2016-03-03 07:07:44 +0000
committermaxim <maxim@FreeBSD.org>2016-03-03 07:07:44 +0000
commitb5622b71b112405a0eabdf0d57f0e498e1c71be8 (patch)
tree75ae6615605085acf6e566f2cd6516a69ee3f3b0 /usr.sbin/daemon
parent50f486263514a7c7adfdf35bb3c9e6ee05a327c1 (diff)
downloadFreeBSD-src-b5622b71b112405a0eabdf0d57f0e498e1c71be8.zip
FreeBSD-src-b5622b71b112405a0eabdf0d57f0e498e1c71be8.tar.gz
o -t comman line option added to the usage().
Diffstat (limited to 'usr.sbin/daemon')
-rw-r--r--usr.sbin/daemon/daemon.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/daemon/daemon.c b/usr.sbin/daemon/daemon.c
index bd2f272..0ba7b06 100644
--- a/usr.sbin/daemon/daemon.c
+++ b/usr.sbin/daemon/daemon.c
@@ -275,8 +275,8 @@ wait_child(pid_t pid, sigset_t *mask)
static void
usage(void)
{
- (void)fprintf(stderr,
- "usage: daemon [-cfr] [-p child_pidfile] [-P supervisor_pidfile] "
- "[-u user]\n command arguments ...\n");
+ (void)fprintf(stderr, "%s\n\t%s\n",
+ "usage: daemon [-cfr] [-p child_pidfile] [-P supervisor_pidfile]",
+ "[-t title] [-u user] command arguments ...");
exit(1);
}
OpenPOWER on IntegriCloud