mirror of https://github.com/m-labs/artiq.git
style
This commit is contained in:
parent
f8c6fa5ad6
commit
20ed393c1e
|
@ -16,7 +16,7 @@ def get_argparser():
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description="ARTIQ controller for core device logs")
|
description="ARTIQ controller for core device logs")
|
||||||
simple_network_args(parser, 1068)
|
simple_network_args(parser, 1068)
|
||||||
parser.add_argument("core_addr",
|
parser.add_argument("core_addr", metavar="CORE_ADDR",
|
||||||
help="hostname or IP address of the core device")
|
help="hostname or IP address of the core device")
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue