fix conflicting parameter
parent
d47ce40487
commit
816157a9d7
|
@ -32,7 +32,7 @@ def main():
|
|||
description="Manage Mumble server through ICE connection",
|
||||
formatter_class=argparse.ArgumentDefaultsHelpFormatter
|
||||
)
|
||||
parser.add_argument("--host", "-h", default="127.0.0.1",
|
||||
parser.add_argument("--host", "-H", default="127.0.0.1",
|
||||
help="ICE host or ip")
|
||||
parser.add_argument("--port", "-p", default=6502,
|
||||
help="ICE port number")
|
||||
|
|
Loading…
Reference in New Issue