mirror of https://github.com/m-labs/artiq.git
artiq_dashboard: Replace --port-notify
This commit is contained in:
parent
b0d2705c38
commit
52b0f30216
|
@ -33,6 +33,9 @@ def get_argparser():
|
|||
parser.add_argument(
|
||||
"-s", "--server", default="::1",
|
||||
help="hostname or IP of the master to connect to (default: %(default)s)")
|
||||
parser.add_argument(
|
||||
"--port-notify", default=3250, type=int,
|
||||
help="TCP port to connect to for notifications (default: %(default)s)")
|
||||
parser.add_argument(
|
||||
"--port-control", default=3251, type=int,
|
||||
help="TCP port to connect to for control (default: %(default)s)")
|
||||
|
|
Loading…
Reference in New Issue