]> Kevux Git Server - fll/commitdiff
Cleanup: Add missing space in fake --help output.
authorKevin Day <thekevinday@gmail.com>
Thu, 5 Jan 2023 02:01:06 +0000 (20:01 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 5 Jan 2023 02:01:06 +0000 (20:01 -0600)
level_3/fake/c/print.c

index 9880f6a51597bc9428b971006922700847c80f06..8518b50aec924982e2d7bac17e61f6dd39425651 100644 (file)
@@ -68,7 +68,7 @@ extern "C" {
     fl_print_format(" '%[./my_fakefile%]' is used if found, but if it is not found then no other paths are attempted.%r%r", print.to, print.set->notable, print.set->notable, f_string_eol_s, f_string_eol_s);
 
     fl_print_format("  When piping data to this program, the piped data is treated as if it were prepended to the %[%r%]", print.to, print.set->notable, fake_make_parameter_variable_fakefile_s, print.set->notable);
-    fl_print_format("or the %[%r%], depending on the operation.%r", print.to, print.set->notable, fake_make_parameter_variable_settings_s, print.set->notable, f_string_eol_s);
+    fl_print_format(" or the %[%r%], depending on the operation.%r", print.to, print.set->notable, fake_make_parameter_variable_settings_s, print.set->notable, f_string_eol_s);
 
     f_print_dynamic_raw(setting->line_last, print.to);