summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/nxt_runtime.c2
1 files changed, 1 insertions, 1 deletions
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;
}