Fix --check-config usage. Refs #884.

This commit is contained in:
Berker Peksag 2014-09-23 10:13:32 +03:00
parent 7f0c7c56e3
commit 9229320897

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.