-Y starts cron

This commit is contained in:
mdipierro
2012-10-15 05:33:21 -05:00
parent 64151a2c3e
commit 8607b09e64
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.1.0 (2012-10-14 20:07:50) dev
Version 2.1.0 (2012-10-15 05:33:14) dev
+2 -2
View File
@@ -804,12 +804,12 @@ def console():
default=False,
help=msg)
parser.add_option('-H',
parser.add_option('-Y',
'--run-cron',
action='store_true',
dest='runcron',
default=False,
help='do not start cron automatically')
help='start the background cron process')
parser.add_option('-J',
'--cronjob',