]> Kevux Git Server - kevux-tools/commitdiff
Cleanup: Improve wording in help printing.
authorKevin Day <Kevin@kevux.org>
Thu, 1 May 2025 02:31:42 +0000 (21:31 -0500)
committerKevin Day <Kevin@kevux.org>
Thu, 1 May 2025 02:31:42 +0000 (21:31 -0500)
sources/c/program/kevux/tools/remove/main/print/message.c

index b53a6d97d47f675fa6905b4a8f6ddc689f4956c0..46c7dc2cc4e03e40c914462ae6a89568200c64ce 100644 (file)
@@ -52,10 +52,10 @@ extern "C" {
     f_print_dynamic_raw(f_string_eol_s, print->to);
 
     fll_program_print_help_option_long(print, kt_remove_long_allow_root_s, f_console_symbol_long_normal_s, "Allow removal of the root directory '/'.");
-    fll_program_print_help_option_long(print, kt_remove_long_local_s, f_console_symbol_long_normal_s, "     Designate dates are in local time, unless time zone is specified.");
+    fll_program_print_help_option_long(print, kt_remove_long_local_s, f_console_symbol_long_normal_s, "     Designate dates are in local time, unless the time zone is specified.");
     fll_program_print_help_option_long(print, kt_remove_long_remember_s, f_console_symbol_long_normal_s, "  Remember paths of files already deleted so as to not potentially error out on already removed path.");
     fll_program_print_help_option_long(print, kt_remove_long_unknown_s, f_console_symbol_long_normal_s, "   Remove by file type of unknown.");
-    fll_program_print_help_option_long(print, kt_remove_long_utc_s, f_console_symbol_long_normal_s, "       Designate dates are in UTC, unless time zone is specified.");
+    fll_program_print_help_option_long(print, kt_remove_long_utc_s, f_console_symbol_long_normal_s, "       Designate dates are in UTC, unless the time zone is specified.");
 
     f_print_dynamic_raw(f_string_eol_s, print->to);