Renamed command line option --no-daemonize to --no-daemon.

This commit is contained in:
Igor Sysoev 2017-08-24 17:29:43 +03:00
parent 6e444a7959
commit 6ef9fb7d97

View file

@ -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;
}