Skip to content

Commit

Permalink
lda_controller: fix typo
Browse files Browse the repository at this point in the history
fallen committed Jul 1, 2015
1 parent 0f06bac commit 652f335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/frontend/lda_controller.py
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 652f335

Please sign in to comment.