lda_controller: improve help message for --device argument

This commit is contained in:
Yann Sionneau 2015-06-29 19:24:55 +02:00
parent a73776bd72
commit ffe1355b1a
1 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,9 @@ 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 it "
"to be 5 digits.")
"-d \"SN:03461\". You must prepend enough 0 for "
"it to be 5 digits. If omitted, the first "
"available device will be used.")
parser.add_argument("--simulation", action="store_true",
help="Put the driver in simulation mode.")
verbosity_args(parser)