novatech409b: add sim mode help

This commit is contained in:
Sebastien Bourdeauducq 2015-02-16 04:39:41 -07:00
parent 7ca895c14a
commit 8c4fb2d534
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ def get_argparser():
"-s", "--serial-dev",
default="/dev/ttyUSB0", type=str,
help="serial port: on Windows \"COMx\","
" on Linux a device path (e.g. \"/dev/ttyUSB0\")")
" on Linux a device path (e.g. \"/dev/ttyUSB0\")."
" Use \"sim\" for simulation mode.")
verbosity_args(parser)
return parser