From 92293208970dd73fc929907b828e3b20c3e0e04b Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Tue, 23 Sep 2014 10:13:32 +0300 Subject: [PATCH] Fix `--check-config` usage. Refs #884. --- docs/source/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/configure.rst b/docs/source/configure.rst index 9f310293..30c614ac 100644 --- a/docs/source/configure.rst +++ b/docs/source/configure.rst @@ -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.