From b46dcc46acb07bd92c618877f7c45938ecfe5560 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 17 Jun 2022 14:25:50 +0200 Subject: [PATCH] Update text --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index bc05bc7..395a24b 100644 --- a/src/options.c +++ b/src/options.c @@ -82,7 +82,7 @@ void print_help(char *argv[]) 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, --log Enable log to file\n"); + printf(" -l, --log Enable logging to file\n"); printf(" --log-file Set log filename\n"); printf(" --log-strip Strip control characters and escape sequences\n"); printf(" -m, --map Map special characters\n");