mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Shorten timestamp description
This commit is contained in:
parent
d35c607d1a
commit
6310f28d2c
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue