Add -S to usage.

This commit is contained in:
wiz 2004-10-10 09:43:02 +00:00
parent 9bb7ae7578
commit 87c2003f7c
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: syslogd.c,v 1.66 2004/10/08 17:25:52 mycroft Exp $ */
/* $NetBSD: syslogd.c,v 1.67 2004/10/10 09:43:02 wiz Exp $ */
/*
* Copyright (c) 1983, 1988, 1993, 1994
@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993, 1994\n\
#if 0
static char sccsid[] = "@(#)syslogd.c 8.3 (Berkeley) 4/4/94";
#else
__RCSID("$NetBSD: syslogd.c,v 1.66 2004/10/08 17:25:52 mycroft Exp $");
__RCSID("$NetBSD: syslogd.c,v 1.67 2004/10/10 09:43:02 wiz Exp $");
#endif
#endif /* not lint */
@ -568,7 +568,7 @@ usage(void)
{
(void)fprintf(stderr,
"usage: %s [-dnrs] [-f config_file] [-g group] [-m mark_interval]\n"
"usage: %s [-dnrSs] [-f config_file] [-g group] [-m mark_interval]\n"
"\t[-P file_list] [-p log_socket [-p log_socket2 ...]]\n"
"\t[-t chroot_dir] [-u user]\n", getprogname());
exit(1);