From: Kevin Day Date: Sun, 23 Oct 2022 04:06:27 +0000 (-0500) Subject: Cleanup: Remove no longer accurate help message in iki_read regarding "--wrap" with... X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=a21f742bbb316a67009a65da45af3ef5e15025e0;p=fll Cleanup: Remove no longer accurate help message in iki_read regarding "--wrap" with "--substitute". The "--wrap" now works with "--substitute" rather than being ignored. --- diff --git a/level_3/iki_read/c/print.c b/level_3/iki_read/c/print.c index e63c2e9..161bf92 100644 --- a/level_3/iki_read/c/print.c +++ b/level_3/iki_read/c/print.c @@ -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);