Merge pull request #897 from benoitc/fix-884

Fix `--check-config` usage. Refs #884.
This commit is contained in:
Randall Leeds 2014-09-23 11:59:39 -07:00
commit b8291eff4f

View File

@ -26,7 +26,7 @@ Once again, in order of least to most authoritative:
To check your configuration when using the command line or the
configuration file you can run the following command::
$ gunicorn --check-config
$ gunicorn --check-config APP_MODULE
It also allows you to know if your application can be launched.