mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update README
This commit is contained in:
parent
c453728ab5
commit
6895c05321
2 changed files with 2 additions and 2 deletions
|
|
@ -145,7 +145,7 @@ void print_help(char *argv[])
|
|||
printf(" -n, --no-reconnect Do not reconnect\n");
|
||||
printf(" -e, --local-echo Enable local echo\n");
|
||||
printf(" --input-mode normal|hex|line Select input mode (default: normal)\n");
|
||||
printf(" --output-mode normal|hex|hexN Select output mode (default: normal, N <= %d)\n", HEX_N_VALUE_MAX);
|
||||
printf(" --output-mode normal|hex|hexN Select output mode (default: normal)\n");
|
||||
printf(" -t, --timestamp Enable line timestamp\n");
|
||||
printf(" --timestamp-format <format> Set timestamp format (default: 24hour)\n");
|
||||
printf(" --timestamp-timeout <ms> Set timestamp timeout (default: 200)\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue