mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Cleanup options
This commit is contained in:
parent
2fff4d36d0
commit
2b6a79b9f0
1 changed files with 3 additions and 3 deletions
|
|
@ -129,19 +129,19 @@ void print_help(char *argv[])
|
||||||
printf(" --line-pulse-duration <duration> Set line pulse duration\n");
|
printf(" --line-pulse-duration <duration> Set line pulse duration\n");
|
||||||
printf(" -n, --no-autoconnect Disable automatic connect\n");
|
printf(" -n, --no-autoconnect Disable automatic connect\n");
|
||||||
printf(" -e, --local-echo Enable local echo\n");
|
printf(" -e, --local-echo Enable local echo\n");
|
||||||
|
printf(" --input-mode normal|hex Select input mode (default: normal)\n");
|
||||||
|
printf(" --output-mode normal|hex Select output mode (default: normal)\n");
|
||||||
printf(" -t, --timestamp Enable line timestamp\n");
|
printf(" -t, --timestamp Enable line timestamp\n");
|
||||||
printf(" --timestamp-format <format> Set timestamp format (default: 24hour)\n");
|
printf(" --timestamp-format <format> Set timestamp format (default: 24hour)\n");
|
||||||
printf(" -L, --list-devices List available serial devices by ID\n");
|
printf(" -L, --list-devices List available serial devices by ID\n");
|
||||||
printf(" -l, --log Enable log to file\n");
|
printf(" -l, --log Enable log to file\n");
|
||||||
printf(" --log-file <filename> Set log filename\n");
|
printf(" --log-file <filename> Set log filename\n");
|
||||||
printf(" --log-directory <path> Set log directory path (for automatic named logs)\n");
|
printf(" --log-directory <path> Set log directory path for automatic named logs\n");
|
||||||
printf(" --log-append Append to log file\n");
|
printf(" --log-append Append to log file\n");
|
||||||
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 characters\n");
|
printf(" -m, --map <flags> Map characters\n");
|
||||||
printf(" -c, --color 0..255|bold|none|list Colorize tio text (default: bold)\n");
|
printf(" -c, --color 0..255|bold|none|list Colorize tio text (default: bold)\n");
|
||||||
printf(" -S, --socket <socket> Redirect I/O to socket\n");
|
printf(" -S, --socket <socket> Redirect I/O to socket\n");
|
||||||
printf(" --input-mode normal|hex Select input mode (default: normal)\n");
|
|
||||||
printf(" --output-mode normal|hex Select output mode (default: normal)\n");
|
|
||||||
printf(" -r, --response-wait Wait for line response then quit\n");
|
printf(" -r, --response-wait Wait for line response then quit\n");
|
||||||
printf(" --response-timeout <ms> Response timeout (default: 100)\n");
|
printf(" --response-timeout <ms> Response timeout (default: 100)\n");
|
||||||
printf(" --rs-485 Enable RS-485 mode\n");
|
printf(" --rs-485 Enable RS-485 mode\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue