forked from M-Labs/artiq
lda_controller: fix typo
This commit is contained in:
parent
0f06bac701
commit
652f3359a2
|
@ -18,7 +18,7 @@ def get_argparser():
|
|||
help="USB serial number of the device. "
|
||||
"The serial number is written on a sticker under "
|
||||
"the device, you should write for example "
|
||||
"-d \"SN:03461\". You must prepend enough 0 for "
|
||||
"-d \"SN:03461\". You must prepend enough 0s for "
|
||||
"it to be 5 digits. If omitted, the first "
|
||||
"available device will be used.")
|
||||
parser.add_argument("--simulation", action="store_true",
|
||||
|
|
Loading…
Reference in New Issue