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
|
|
@ -41,7 +41,7 @@ when used in combination with [tmux](https://tmux.github.io).
|
||||||
* Autogeneration of log filename
|
* Autogeneration of log filename
|
||||||
* Configuration file support
|
* Configuration file support
|
||||||
* Activate sub-configurations by name or pattern
|
* Activate sub-configurations by name or pattern
|
||||||
* Redirect I/O to socket for scripting or TTY sharing
|
* Redirect I/O to file or network socket for scripting or TTY sharing
|
||||||
* Pipe input and/or output
|
* Pipe input and/or output
|
||||||
* Bash completion
|
* Bash completion
|
||||||
* Color support
|
* Color support
|
||||||
|
|
@ -75,7 +75,7 @@ The command-line interface is straightforward as reflected in the output from
|
||||||
--log-strip Strip control characters and escape sequences
|
--log-strip Strip control characters and escape sequences
|
||||||
-m, --map <flags> Map special characters
|
-m, --map <flags> Map special characters
|
||||||
-c, --color 0..255|none|list Colorize tio text (default: 15)
|
-c, --color 0..255|none|list Colorize tio text (default: 15)
|
||||||
-S, --socket <socket> Redirect I/O to socket
|
-S, --socket <socket> Redirect I/O to file or network socket
|
||||||
-x, --hexadecimal Enable hexadecimal mode
|
-x, --hexadecimal Enable hexadecimal mode
|
||||||
-v, --version Display version
|
-v, --version Display version
|
||||||
-h, --help Display help
|
-h, --help Display help
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@ void print_help(char *argv[])
|
||||||
printf(" --log-strip Strip control characters and escape sequences\n");
|
printf(" --log-strip Strip control characters and escape sequences\n");
|
||||||
printf(" -m, --map <flags> Map special characters\n");
|
printf(" -m, --map <flags> Map special characters\n");
|
||||||
printf(" -c, --color 0..255|none|list Colorize tio text (default: 15)\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(" -x, --hexadecimal Enable hexadecimal mode\n");
|
||||||
printf(" -v, --version Display version\n");
|
printf(" -v, --version Display version\n");
|
||||||
printf(" -h, --help Display help\n");
|
printf(" -h, --help Display help\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue