Fix command-line argument style (use dashes instead of underscores)
This commit is contained in:
parent
031dd1946f
commit
f3c57cdc32
8 changed files with 12 additions and 12 deletions
|
@ -159,7 +159,7 @@ class UiRequestPlugin(object):
|
|||
class ConfigPlugin(object):
|
||||
def createArguments(self):
|
||||
group = self.parser.add_argument_group("UiPassword plugin")
|
||||
group.add_argument('--ui_password', help='Password to access UiServer', default=None, metavar="password")
|
||||
group.add_argument('--ui-password', help='Password to access UiServer', default=None, metavar="password")
|
||||
|
||||
return super(ConfigPlugin, self).createArguments()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue