From 21989f68d98a1b869b2f13a31f9fa9028a9e1ee4 Mon Sep 17 00:00:00 2001 From: by Date: Fri, 10 Apr 2026 15:14:21 +0200 Subject: [PATCH] Fix typo in nmea request cycle option description m --> ms --- app/consapp/str2str/str2str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/consapp/str2str/str2str.c b/app/consapp/str2str/str2str.c index 8e90d2640..a9cfe57ba 100644 --- a/app/consapp/str2str/str2str.c +++ b/app/consapp/str2str/str2str.c @@ -92,7 +92,7 @@ static const char *help[]={ " -opt opt receiver dependent options", " -s msec timeout time (ms) [10000]", " -r msec reconnect interval (ms) [10000]", -" -n msec nmea request cycle (m) [0]", +" -n msec nmea request cycle (ms) [0]", " -f sec file swap margin (s) [30]", " -c file input commands file [no]", " -c1 file output 1 commands file [no]",