]> Kevux Git Server - fll/commitdiff
Cleanup: Remove no longer accurate help message in iki_read regarding "--wrap" with...
authorKevin Day <thekevinday@gmail.com>
Sun, 23 Oct 2022 04:06:27 +0000 (23:06 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 23 Oct 2022 04:06:27 +0000 (23:06 -0500)
The "--wrap" now works with "--substitute" rather than being ignored.

level_3/iki_read/c/print.c

index e63c2e9a9c3b8c06abc53d0f94136c57af5df4bd..161bf928e98f2d4f8864bbdd864945ece8a2b264 100644 (file)
@@ -83,9 +83,6 @@ extern "C" {
     fl_print_format("  The %[%r%r%]", print.to, print.set->notable, f_console_symbol_long_enable_s, iki_read_long_substitute_s, print.set->notable);
     fl_print_format(" option takes priority over the %[%r%r%] option when matching the same variable.%r%r", print.to, print.set->notable, f_console_symbol_long_enable_s, iki_read_long_replace_s, print.set->notable, f_string_eol_s, f_string_eol_s);
 
-    fl_print_format("  The %[%r%r%]", print.to, print.set->notable, f_console_symbol_long_enable_s, iki_read_long_wrap_s, print.set->notable);
-    fl_print_format(" option is ignored when the %[%r%r%] option is matching the same variable.%r%r", print.to, print.set->notable, f_console_symbol_long_enable_s, iki_read_long_substitute_s, print.set->notable, f_string_eol_s, f_string_eol_s);
-
     fl_print_format("  The default behavior is to only display content portion of the IKI variable.%r", print.to, f_string_eol_s);
 
     f_print_dynamic_raw(setting->line_last, print.to);