diff --git a/gluon/packages/dal b/gluon/packages/dal index 0d6db1c1..ce5105f9 160000 --- a/gluon/packages/dal +++ b/gluon/packages/dal @@ -1 +1 @@ -Subproject commit 0d6db1c19166384f787fc5502be70136f2492e6a +Subproject commit ce5105f9ef4114dd3f6162bfe6ba7d650e592075 diff --git a/gluon/widget.py b/gluon/widget.py index 2f2f7875..6e27f8f4 100644 --- a/gluon/widget.py +++ b/gluon/widget.py @@ -603,8 +603,8 @@ web2py will attempt to run a GUI to ask for it parser.add_option('-G', '--GAE', dest='gae', default=None, - help=\ - "'-G {app-name}' will create app.yaml and gaehandler.py") + metavar='APP_NAME', help=\ + "will create app.yaml and gaehandler.py") parser.add_option('-a', '--password', default='', @@ -672,7 +672,7 @@ web2py will attempt to run a GUI to ask for it parser.add_option('--socket-timeout', dest='socket_timeout', # not needed default=5, type='int', - help='timeout for socket (%default second)') + help='timeout for socket (%default seconds)') parser.add_option('-f', '--folder', default=os.getcwd(), @@ -756,8 +756,8 @@ web2py will attempt to run a GUI to ask for it 'TEST_PATH like a/c/f (c,f optional)') parser.add_option('-C', '--cron', dest='extcron', - action='store_true', default=False, + action='store_true', help=\ 'trigger a cron run manually; usually invoked from a system crontab')