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

@ -119,7 +119,7 @@ Options:
-n, --no-reconnect Do not reconnect -n, --no-reconnect Do not reconnect
-e, --local-echo Enable local echo -e, --local-echo Enable local echo
--input-mode normal|hex|line Select input mode (default: normal) --input-mode normal|hex|line Select input mode (default: normal)
--output-mode normal|hex|hexN Select output mode (default: normal, N <= 4096) --output-mode normal|hex|hexN Select output mode (default: normal)
-t, --timestamp Enable line timestamp -t, --timestamp Enable line timestamp
--timestamp-format <format> Set timestamp format (default: 24hour) --timestamp-format <format> Set timestamp format (default: 24hour)
--timestamp-timeout <ms> Set timestamp timeout (default: 200) --timestamp-timeout <ms> Set timestamp timeout (default: 200)

View file

@ -145,7 +145,7 @@ void print_help(char *argv[])
printf(" -n, --no-reconnect Do not reconnect\n"); printf(" -n, --no-reconnect Do not reconnect\n");
printf(" -e, --local-echo Enable local echo\n"); printf(" -e, --local-echo Enable local echo\n");
printf(" --input-mode normal|hex|line Select input mode (default: normal)\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(" -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(" --timestamp-timeout <ms> Set timestamp timeout (default: 200)\n"); printf(" --timestamp-timeout <ms> Set timestamp timeout (default: 200)\n");