forked from M-Labs/artiq
1
0
Fork 0

lda_controller: fix typo

This commit is contained in:
Yann Sionneau 2015-07-01 11:40:48 +02:00
parent 0f06bac701
commit 652f3359a2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ def get_argparser():
help="USB serial number of the device. " help="USB serial number of the device. "
"The serial number is written on a sticker under " "The serial number is written on a sticker under "
"the device, you should write for example " "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 " "it to be 5 digits. If omitted, the first "
"available device will be used.") "available device will be used.")
parser.add_argument("--simulation", action="store_true", parser.add_argument("--simulation", action="store_true",