cubicweb/server/serverctl.py
changeset 12576 3aa0c203747c
parent 12567 26744ad37953
child 12825 71a842bdf81d
equal deleted inserted replaced
12575:30d0e27a1d52 12576:3aa0c203747c
   600     options = (
   600     options = (
   601         ('password',
   601         ('password',
   602          {'short': 'p', 'type': 'string', 'metavar': '<new-password>',
   602          {'short': 'p', 'type': 'string', 'metavar': '<new-password>',
   603           'default': None,
   603           'default': None,
   604           'help': 'Use this password instead of prompt for one.\n'
   604           'help': 'Use this password instead of prompt for one.\n'
   605                   '/!\ THIS IS AN INSECURE PRACTICE /!\ \n'
   605                   '/!\\ THIS IS AN INSECURE PRACTICE /!\\ \n'
   606                   'the password will appear in shell history'}
   606                   'the password will appear in shell history'}
   607          ),
   607          ),
   608     )
   608     )
   609 
   609 
   610     def run(self, args):
   610     def run(self, args):