o -t comman line option added to the usage().

This commit is contained in:
maxim 2016-03-03 07:07:44 +00:00
parent 50f4862635
commit b5622b71b1

View File

@ -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);
}