From: Kevin Day Date: Sat, 7 May 2022 00:03:17 +0000 (-0500) Subject: Cleanup: Add additional spaces to controller program --help. X-Git-Tag: 0.5.10~163 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=9bd517d12a80a901cef6e165ba77d0fb6a43acc6;p=fll Cleanup: Add additional spaces to controller program --help. This fixes alignment/tabbing issues. --- diff --git a/level_3/controller/c/controller.c b/level_3/controller/c/controller.c index 69b25cc..bb422a4 100644 --- a/level_3/controller/c/controller.c +++ b/level_3/controller/c/controller.c @@ -69,9 +69,9 @@ extern "C" { const f_string_static_t interruptable = main->as_init ? controller_long_uninterruptible_s : controller_long_interruptible_s; - fl_print_format(" The default interrupt behavior is to operate as if the %[%r%r%] parameter is passed.%r%r", main->output.to.stream, main->context.set.notable, f_console_symbol_long_enable_s, interruptable, main->context.set.notable, f_string_eol_s, f_string_eol_s); + fl_print_format(" The default interrupt behavior is to operate as if the %[%r%r%] parameter is passed.%r%r", main->output.to.stream, main->context.set.notable, f_console_symbol_long_enable_s, interruptable, main->context.set.notable, f_string_eol_s, f_string_eol_s); - fl_print_format(" Specify an empty string for the %[%r%r%] parameter to disable pid file creation for this program.%r%r", main->output.to.stream, main->context.set.notable, f_console_symbol_long_enable_s, controller_long_pid_s, main->context.set.notable, f_string_eol_s, f_string_eol_s); + fl_print_format(" Specify an empty string for the %[%r%r%] parameter to disable pid file creation for this program.%r%r", main->output.to.stream, main->context.set.notable, f_console_symbol_long_enable_s, controller_long_pid_s, main->context.set.notable, f_string_eol_s, f_string_eol_s); controller_unlock_print_flush(main->output.to, 0);