Browse Source

added -le alias name

develop
Prabuddha Chakraborty 9 years ago
parent
commit
013acf2abe
  1. 2
      ee/cli/plugins/site.py

2
ee/cli/plugins/site.py

@ -769,7 +769,7 @@ class EESiteUpdateController(CementBaseController):
dict(help='Use PageSpeed for site',
action='store' or 'store_const',
choices=('on', 'off'), const='on', nargs='?')),
(['--letsencrypt'],
(['-le','--letsencrypt'],
dict(help="configure letsencrypt ssl for the site",
action='store' or 'store_const',
choices=('on', 'off', 'renew'), const='on', nargs='?')),

Loading…
Cancel
Save