mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Improve description of socket option
This commit is contained in:
parent
4e7456a9fc
commit
a717631207
2 changed files with 3 additions and 3 deletions
|
|
@ -89,7 +89,7 @@ void print_help(char *argv[])
|
|||
printf(" --log-strip Strip control characters and escape sequences\n");
|
||||
printf(" -m, --map <flags> Map special characters\n");
|
||||
printf(" -c, --color 0..255|none|list Colorize tio text (default: 15)\n");
|
||||
printf(" -S, --socket <socket> Redirect I/O to socket\n");
|
||||
printf(" -S, --socket <socket> Redirect I/O to file or network socket\n");
|
||||
printf(" -x, --hexadecimal Enable hexadecimal mode\n");
|
||||
printf(" -v, --version Display version\n");
|
||||
printf(" -h, --help Display help\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue