From a21f742bbb316a67009a65da45af3ef5e15025e0 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 22 Oct 2022 23:06:27 -0500 Subject: [PATCH] Cleanup: Remove no longer accurate help message in iki_read regarding "--wrap" with "--substitute". The "--wrap" now works with "--substitute" rather than being ignored. --- level_3/iki_read/c/print.c | 3 --- 1 file changed, 3 deletions(-) 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); -- 1.8.3.1