mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 18:26:15 +01:00
--apiurl can be an alias
This commit is contained in:
parent
9ff9a1f151
commit
d6c9693a47
@ -54,8 +54,8 @@ class Osc(cmdln.Cmdln):
|
||||
optparser.add_option('-d', '--debug', action='store_true',
|
||||
help='print info useful for debugging')
|
||||
optparser.add_option('-A', '--apiurl', dest='apiurl',
|
||||
metavar='URL',
|
||||
help='specify URL to access API server at')
|
||||
metavar='URL/alias',
|
||||
help='specify URL to access API server at or an alias')
|
||||
optparser.add_option('-c', '--config', dest='conffile',
|
||||
metavar='FILE',
|
||||
help='specify alternate configuration file')
|
||||
|
Loading…
Reference in New Issue
Block a user