|
|
@@ -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") |
|
|
|