From cc8a21aedf856bf2cd4e92431a4664c8a384dd13 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 3 Apr 2013 16:49:15 -0500 Subject: [PATCH] document better the -X option, thanks Niphlod --- VERSION | 2 +- gluon/widget.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2065fe2c..7245720d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.5-stable+timestamp.2013.04.03.16.41.33 +Version 2.4.5-stable+timestamp.2013.04.03.16.48.32 diff --git a/gluon/widget.py b/gluon/widget.py index d4ed169d..63f6621c 100644 --- a/gluon/widget.py +++ b/gluon/widget.py @@ -793,7 +793,7 @@ def console(): default=None, help=msg) - msg = 'run schedulers alongside webserver' + msg = 'run schedulers alongside webserver, needs -K app1 and -a too' parser.add_option('-X', '--with-scheduler', action='store_true',