From a58d406a3cee15b750a83ca00e7601bbf04ea03d Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Thu, 8 Sep 2022 09:32:51 +0200 Subject: [PATCH] Update list description --- man/tio.1.in | 2 +- src/options.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/tio.1.in b/man/tio.1.in index 16120db..9d81c2d 100644 --- a/man/tio.1.in +++ b/man/tio.1.in @@ -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 diff --git a/src/options.c b/src/options.c index 49e99d2..e11af12 100644 --- a/src/options.c +++ b/src/options.c @@ -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 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 Set log filename\n"); printf(" --log-strip Strip control characters and escape sequences\n");