mirror of
https://github.com/meshtastic/python.git
synced 2026-03-02 05:30:10 -05:00
fix #64: fix help text for seriallog
This commit is contained in:
@@ -388,7 +388,7 @@ def common():
|
||||
else:
|
||||
client = SerialInterface(
|
||||
args.port, debugOut=logfile, noProto=args.noproto)
|
||||
|
||||
|
||||
sys.exit(0)
|
||||
|
||||
|
||||
@@ -407,7 +407,7 @@ def initParser():
|
||||
|
||||
parser.add_argument(
|
||||
"--seriallog",
|
||||
help="Log device serial output to either 'stdout', 'none' or a filename to append to. Defaults to stdout.")
|
||||
help="Log device serial output to either 'stdout', 'none' or a filename to append to.")
|
||||
|
||||
parser.add_argument("--info", help="Read and display the radio config information",
|
||||
action="store_true")
|
||||
|
||||
Reference in New Issue
Block a user