]> Kevux Git Server - fll/commitdiff
Cleanup: Add additional spaces to controller program --help.
authorKevin Day <thekevinday@gmail.com>
Sat, 7 May 2022 00:03:17 +0000 (19:03 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 7 May 2022 00:03:17 +0000 (19:03 -0500)
This fixes alignment/tabbing issues.

level_3/controller/c/controller.c

index 69b25cc9f9e0c6878fa26010d0a589feff090656..bb422a4033c7c87b16b8f258d58212263498f6d6 100644 (file)
@@ -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);