Browse Source

Fix typo

master
Jim Paris 5 years ago
parent
commit
8075e9fe34
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      terminal.py

+ 1
- 1
terminal.py View File

@@ -348,7 +348,7 @@ if __name__ == "__main__":
parser.add_argument("--crlf", "-c", action="store_true",
help="Add CR before incoming LF")
parser.add_argument("--lfcr", "-C", action="store_true",
help="Send CR instead of LF on output",
help="Send CR instead of LF on output")
parser.add_argument("--all", "-a", action="store_true",
help="Send keystrokes to all devices, not just "
"the first one")


Loading…
Cancel
Save