]> Kevux Git Server - kevux-tools/commitdiff
Cleanup: Remove extra line from the help print out.
authorKevin Day <Kevin@kevux.org>
Tue, 25 Nov 2025 03:38:18 +0000 (21:38 -0600)
committerKevin Day <Kevin@kevux.org>
Tue, 25 Nov 2025 03:38:18 +0000 (21:38 -0600)
sources/c/program/kevux/tools/tacocat/main/print/message.c

index a4a39990a586579632a8e378456cfcae0a0b706d..2aad982a4091174a6a9f81903462ad0df4ca658e 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
     fl_print_format("%r  The parameter '%[%r%r%]' may be set to ", print->to, f_string_eol_s, context.set.notable, f_console_symbol_long_normal_s, kt_tacocat_long_max_buffer_s, context.set.notable);
     fl_print_format("%[-1%] to disable the maximum buffer size limit on receive.%r%r", print->to, context.set.notable, context.set.notable, f_string_eol_s, f_string_eol_s);
 
-    fl_print_format("%r  The parameters '%[%r%r%]', ", print->to, f_string_eol_s, context.set.notable, f_console_symbol_long_normal_s, kt_tacocat_long_receive_s, context.set.notable);
+    fl_print_format("  The parameters '%[%r%r%]', ", print->to, context.set.notable, f_console_symbol_long_normal_s, kt_tacocat_long_receive_s, context.set.notable);
     fl_print_format("'%[%r%r%]' ", print->to, context.set.notable, f_console_symbol_long_normal_s, kt_tacocat_long_send_s, context.set.notable);
     fl_print_format("may either represent a network address or a local socket file.%r%r", print->to, f_string_eol_s, f_string_eol_s);