From: Kevin Day Date: Sat, 7 Jan 2023 02:14:51 +0000 (-0600) Subject: Cleanup: Fix grammar in utf8 program help. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=36d6e1beef3c5c699db26e4b7181d5b9b7c1ef1e;p=fll Cleanup: Fix grammar in utf8 program help. --- diff --git a/level_3/utf8/c/main/print.c b/level_3/utf8/c/main/print.c index d42e1e1..f539d63 100644 --- a/level_3/utf8/c/main/print.c +++ b/level_3/utf8/c/main/print.c @@ -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);