Shorten timestamp description

This commit is contained in:
Martin Lund 2022-02-08 21:43:43 +01:00
parent d35c607d1a
commit 6310f28d2c
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ The command-line interface is straightforward as reflected in the output from
-o, --output-delay <ms> Output delay (default: 0)
-n, --no-autoconnect Disable automatic connect
-e, --local-echo Do local echo
-t, --timestamp Prefix each new line with a timestamp
-t, --timestamp Timestamp lines
-l, --log <filename> Log to file
-m, --map <flags> Map special characters
-v, --version Display version

View file

@ -59,7 +59,7 @@ Enable local echo.
.TP
.BR \-t ", " \-\-timestamp
Prefix each new line with a timestamp.
Timestamp lines.
.TP
.BR \-l ", " "\-\-log " \fI<filename>

View file

@ -64,7 +64,7 @@ void print_help(char *argv[])
printf(" -o, --output-delay <ms> Output delay (default: 0)\n");
printf(" -n, --no-autoconnect Disable automatic connect\n");
printf(" -e, --local-echo Do local echo\n");
printf(" -t, --timestamp Prefix each new line with a timestamp\n");
printf(" -t, --timestamp Timestamp lines\n");
printf(" -l, --log <filename> Log to file\n");
printf(" -m, --map <flags> Map special characters\n");
printf(" -v, --version Display version\n");