From 6ef9fb7d97394cd9b418072958a165262507170e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 24 Aug 2017 17:29:43 +0300 Subject: Renamed command line option --no-daemonize to --no-daemon. --- src/nxt_runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_runtime.c') diff --git a/src/nxt_runtime.c b/src/nxt_runtime.c index 5e67ecfd..b4e30863 100644 --- a/src/nxt_runtime.c +++ b/src/nxt_runtime.c @@ -919,7 +919,7 @@ nxt_runtime_conf_read_cmd(nxt_task_t *task, nxt_runtime_t *rt) continue; } - if (nxt_strcmp(p, "--no-daemonize") == 0) { + if (nxt_strcmp(p, "--no-daemon") == 0) { rt->daemon = 0; continue; } -- cgit