aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/daemon
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2013-01-03 00:49:11 +0000
committerMarius Strobl <marius@FreeBSD.org>2013-01-03 00:49:11 +0000
commit7c0360c4c8091bd397277ee43ef6232ab0aa364f (patch)
tree7bd988711f92aa550257870909fec40f6ec55dd5 /usr.sbin/daemon
parent161aae1a7a7ae11838023409e83478abdffa64ec (diff)
Notes
Diffstat (limited to 'usr.sbin/daemon')
-rw-r--r--usr.sbin/daemon/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/daemon/daemon.c b/usr.sbin/daemon/daemon.c
index 7c8e9feeba71a..b012c882e42a8 100644
--- a/usr.sbin/daemon/daemon.c
+++ b/usr.sbin/daemon/daemon.c
@@ -62,7 +62,7 @@ main(int argc, char *argv[])
nochdir = noclose = 1;
restart = 0;
pidfile = user = NULL;
- while ((ch = getopt(argc, argv, "-cfp:ru:")) != -1) {
+ while ((ch = getopt(argc, argv, "cfp:ru:")) != -1) {
switch (ch) {
case 'c':
nochdir = 0;