Skip to content

Commit 8a79389

Browse files
committed
FIXED: #183 Running ./daemon --help
1 parent b52b46c commit 8a79389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
swish_daemon :-
5353
current_prolog_flag(argv, Argv),
54-
argv_options(Argv, _RestArgv, Options0),
54+
http_unix_daemon:argv_options(Argv, _RestArgv, Options0),
5555
swish_options(Options0, Options),
5656
( option(https(_), Options)
5757
-> use_module(swish(lib/ssl_certificate))

0 commit comments

Comments
 (0)