Browse Source

fix typo in --pidfile examples. (#4253)

Andrew Wong 7 years ago
parent
commit
3da5eb95e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/userguide/workers.rst

+ 2 - 2
docs/userguide/workers.rst

@@ -173,10 +173,10 @@ Node name replacements
 For example, if the current hostname is ``george@foo.example.com`` then
 these will expand to:
 
-- ``--logfile-%p.log`` -> :file:`george@foo.example.com.log`
+- ``--logfile=%p.log`` -> :file:`george@foo.example.com.log`
 - ``--logfile=%h.log`` -> :file:`foo.example.com.log`
 - ``--logfile=%n.log`` -> :file:`george.log`
-- ``--logfile=%d`` -> :file:`example.com.log`
+- ``--logfile=%d.log`` -> :file:`example.com.log`
 
 .. _worker-files-process-index: