Browse Source

argument number bug fix

bugfixes
harshadyeola 10 years ago
parent
commit
cc5fcc4151
  1. 2
      ee/cli/controllers/site.py

2
ee/cli/controllers/site.py

@ -109,7 +109,7 @@ class EESiteUpdateController(CementBaseController):
help of the following subcommands' help of the following subcommands'
arguments = [ arguments = [
(['site_name'], (['site_name'],
dict(help='website name', nargs="1")), dict(help='website name')),
(['--html'], (['--html'],
dict(help="html site", action='store_true')), dict(help="html site", action='store_true')),
(['--php'], (['--php'],

Loading…
Cancel
Save