Skip to content

Commit

Permalink
Update list description
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed Sep 8, 2022
1 parent fe6827b commit a58d406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/tio.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Default format is \fB24hour\fR
.TP
.BR \-L ", " \-\-list\-devices

List available serial devices.
List available serial devices by ID.

.TP
.BR \-l ", " \-\-log
Expand Down
2 changes: 1 addition & 1 deletion src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void print_help(char *argv[])
printf(" -e, --local-echo Enable local echo\n");
printf(" -t, --timestamp Enable line timestamp\n");
printf(" --timestamp-format <format> Set timestamp format (default: 24hour)\n");
printf(" -L, --list-devices List available serial devices\n");
printf(" -L, --list-devices List available serial devices by ID\n");
printf(" -l, --log Enable log to file\n");
printf(" --log-file <filename> Set log filename\n");
printf(" --log-strip Strip control characters and escape sequences\n");
Expand Down

0 comments on commit a58d406

Please sign in to comment.