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

index 084fc907a7a11f7f0bb7275606174068c7034178..61e1bc9095bdc959db8e1b87d48b5849eafd1259 100644 (file)
@@ -80,7 +80,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", file.stream, context.set.notable, context.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%]", file.stream, context.set.notable, fake_make_parameter_variable_fakefile_s, context.set.notable);
-    fl_print_format("or the %[%r%], depending on the operation.%r%r", file.stream, context.set.notable, fake_make_parameter_variable_settings_s, context.set.notable, f_string_eol_s, f_string_eol_s);
+    fl_print_format(" or the %[%r%], depending on the operation.%r%r", file.stream, context.set.notable, fake_make_parameter_variable_settings_s, context.set.notable, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);