]> Kevux Git Server - fll/commitdiff
Cleanup: The help is displaying a confusing message.
authorKevin Day <thekevinday@gmail.com>
Thu, 5 May 2022 03:59:19 +0000 (22:59 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 5 May 2022 03:59:19 +0000 (22:59 -0500)
level_3/iki_write/c/iki_write.c

index d98cb025db933fbb4a2b8d00e38a9606ebd6d9bc..98b4032dfed9751894c9a61f18f0a8a6eabf4534 100644 (file)
@@ -26,9 +26,9 @@ extern "C" {
     f_print_dynamic_raw(f_string_eol_s, file.stream);
 
     fll_program_print_help_option(file, context, iki_write_short_file_s, iki_write_long_file_s, f_console_symbol_short_enable_s, f_console_symbol_long_enable_s, "   Specify a file to send data to.");
-    fll_program_print_help_option(file, context, iki_write_short_content_s, iki_write_long_content_s, f_console_symbol_short_enable_s, f_console_symbol_long_enable_s, "The content to file.");
+    fll_program_print_help_option(file, context, iki_write_short_content_s, iki_write_long_content_s, f_console_symbol_short_enable_s, f_console_symbol_long_enable_s, "The Content to write.");
     fll_program_print_help_option(file, context, iki_write_short_double_s, iki_write_long_double_s, f_console_symbol_short_enable_s, f_console_symbol_long_enable_s, " Use double quotes (default).");
-    fll_program_print_help_option(file, context, iki_write_short_object_s, iki_write_long_object_s, f_console_symbol_short_enable_s, f_console_symbol_long_enable_s, " The object to file.");
+    fll_program_print_help_option(file, context, iki_write_short_object_s, iki_write_long_object_s, f_console_symbol_short_enable_s, f_console_symbol_long_enable_s, " The Object to write.");
     fll_program_print_help_option(file, context, iki_write_short_single_s, iki_write_long_single_s, f_console_symbol_short_enable_s, f_console_symbol_long_enable_s, " Use single quotes.");
 
     fll_program_print_help_usage(file, context, iki_write_program_name_s, f_string_empty_s);