]> Kevux Git Server - fll/commitdiff
Cleanup: Fix grammar in utf8 program help.
authorKevin Day <thekevinday@gmail.com>
Sat, 7 Jan 2023 02:14:51 +0000 (20:14 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 7 Jan 2023 02:14:51 +0000 (20:14 -0600)
level_3/utf8/c/main/print.c

index d42e1e18e9882e91bdc5095e7c9d09d729784084..f539d6339ba06a4751733cef49496c75c38e8f45 100644 (file)
@@ -324,7 +324,7 @@ extern "C" {
 
     fll_program_print_help_usage(print, utf8_program_name_s, utf8_program_help_parameters_s);
 
-    fl_print_format("%r  The default behavior is to assume the expected input is byte sequence from the command line to be print.to to the screen as codepoints.%r%r", print.to, f_string_eol_s, f_string_eol_s, f_string_eol_s);
+    fl_print_format("%r  The default behavior is to assume the expected input is byte sequences from the command line to be print.to to the screen as codepoints.%r%r", print.to, f_string_eol_s, f_string_eol_s, f_string_eol_s);
 
     fl_print_format("  Multiple input sources are allowed but only a single print.to destination is allowed.%r%r", print.to, f_string_eol_s, f_string_eol_s);