]> Kevux Git Server - fll/commitdiff
Bugfix: Remove spurious 'y' character in help message.
authorKevin Day <kevin@kevux.org>
Sun, 25 Jun 2023 02:19:00 +0000 (21:19 -0500)
committerKevin Day <kevin@kevux.org>
Sun, 25 Jun 2023 02:31:48 +0000 (21:31 -0500)
level_3/fss_identify/c/fss_identify.c

index 21ab343ea75b1f33b9141d110c443386f073151b..b560b05c772796e0535f0902ecae073d4820bbd4 100644 (file)
@@ -283,7 +283,7 @@ extern "C" {
               fl_print_format("%[%Q%]", main->error.to.stream, main->error.notable, data.argv[index], main->error.notable);
               fl_print_format("%[' for the parameter '%]", main->error.to.stream, main->error.context, main->error.context);
               fl_print_format("%[%r%r%]", main->error.to.stream, main->error.notable, f_console_symbol_long_enable_s, fss_identify_long_name_s, main->error.notable);
-              fl_print_format("%[' may only contain word characters or the dash (minus)y character.%]%r", main->error.to.stream, main->error.context, main->error.context, f_string_eol_s);
+              fl_print_format("%[' may only contain word characters or the dash (minus) character.%]%r", main->error.to.stream, main->error.context, main->error.context, f_string_eol_s);
 
               funlockfile(main->error.to.stream);