fix chdir documentation typo (#2656)

This commit is contained in:
Krystian 2022-02-04 05:11:51 +08:00 committed by GitHub
parent 60d0474a6f
commit e5a97150c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -976,9 +976,11 @@ Set the ``SO_REUSEPORT`` flag on the listening socket.
**Command line:** ``--chdir``
**Default:** ``'/Users/chainz/Documents/Projects/gunicorn/docs'``
**Default:** ``'.'``
Change directory to specified directory before loading apps.
Change directory to specified directory before loading apps.
Default is the current directory.
.. _daemon: