mirror of
https://github.com/eddyem/tty_term.git
synced 2025-12-06 02:25:11 +03:00
fix readme
This commit is contained in:
parent
c8028d6156
commit
4d3300f623
15
Readme.md
15
Readme.md
@ -1,4 +1,4 @@
|
|||||||
Very simple terminal client
|
Very simple terminal and socket text client
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
|
||||||
@ -6,8 +6,11 @@ Usage: tty_term [args]
|
|||||||
|
|
||||||
Where args are:
|
Where args are:
|
||||||
|
|
||||||
-d, --devname=arg serial device name
|
- `-S, --socket` open socket
|
||||||
-e, --eol=arg end of line: n (default), r, nr or rn
|
- `-d, --dumpfile=arg` dump data to this file
|
||||||
-h, --help show this help
|
- `-e, --eol=arg` end of line: n (default), r, nr or rn
|
||||||
-s, --speed=arg baudrate (default: 9600)
|
- `-h, --help` show this help
|
||||||
-t, --timeout=arg timeout for select() in ms (default: 100)
|
- `-n, --name=arg` serial device path or server name/IP
|
||||||
|
- `-p, --port=arg` socket port (none for UNIX)
|
||||||
|
- `-s, --speed=arg` baudrate (default: 9600)
|
||||||
|
- `-t, --timeout=arg` timeout for select() in ms (default: 100)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user