From f6c787dcc50c867915cdbe39c2fa4a9b19cffd21 Mon Sep 17 00:00:00 2001 From: Tom Flux Date: Tue, 19 Jul 2022 16:12:51 +0100 Subject: [PATCH] fixed typo --- app/str2str/str2str.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/str2str/str2str.c b/app/str2str/str2str.c index 7c86793e5..738b474fb 100644 --- a/app/str2str/str2str.c +++ b/app/str2str/str2str.c @@ -44,8 +44,7 @@ static const char *help[]={ " file. The output stream can be serial, tcp client, tcp server, ntrip server,", " or file. str2str is a resident type application. To stop it, type ctr-c in", " console if run foreground or send signal SIGINT for background process.", -" if run foreground or send signal SIGINT for background process.", -" if both of the input stream and the output stream follow #format, the", +" If both of the input stream and the output stream follow #format, the", " format of input messages are converted to output. To specify the output", " messages, use -msg option. If the option -in or -out omitted, stdin for", " input or stdout for output is used.",