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

This commit is contained in:
Maxim Konovalov 2016-03-03 07:07:44 +00:00
parent 271d6c44ba
commit 64778f377f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296339

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