Update README

This commit is contained in:
Martin Lund 2024-04-28 18:23:08 +02:00
parent c453728ab5
commit 6895c05321
2 changed files with 2 additions and 2 deletions

View file

@ -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");