summaryrefslogtreecommitdiffstats
path: root/mulderd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mulderd.c')
-rw-r--r--mulderd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mulderd.c b/mulderd.c
index a804e69..4843ff6 100644
--- a/mulderd.c
+++ b/mulderd.c
@@ -110,7 +110,7 @@ int main(int argc, char *argv[])
close(STDIN_FILENO);
- while ((option = getopt_long(argc, argv, "dfP:p:h", long_options, &option_index)) != -1) {
+ while ((option = getopt_long(argc, argv, "dfP:l:p:h", long_options, &option_index)) != -1) {
switch (option) {
case 'd':
daemonize = 1;