summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaoyu <shaoyu@life-foundry.com>2018-12-28 15:17:35 -0600
committerShaoyu <shaoyu@life-foundry.com>2018-12-28 15:17:35 -0600
commit029b111cabdf5d3a0f270846d8324077173efd4e (patch)
tree0c074610ab8c0ffb44bf7d0e67ea8dc80c47391c
parent226f19f9bfa0ec7d22616751887cb7c00237490a (diff)
downloadpyserial-git-029b111cabdf5d3a0f270846d8324077173efd4e.tar.gz
fix stopbits typo
-rwxr-xr-xexamples/tcp_serial_redirect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tcp_serial_redirect.py b/examples/tcp_serial_redirect.py
index 6168a35..ae7fe2d 100755
--- a/examples/tcp_serial_redirect.py
+++ b/examples/tcp_serial_redirect.py
@@ -83,7 +83,7 @@ it waits for the next connect.
"--stopbits",
choices=[1, 1.5, 2],
type=float,
- help="set stopbits, one of {1 1.5 2}, default: N",
+ help="set stopbits, one of {1 1.5 2}, default: 1",
default=1)
group.add_argument(