From: Kevin Day Date: Thu, 1 May 2025 02:31:42 +0000 (-0500) Subject: Cleanup: Improve wording in help printing. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=b060636dc7f27336a87659ab8dad36c2a170e037;p=kevux-tools Cleanup: Improve wording in help printing. --- diff --git a/sources/c/program/kevux/tools/remove/main/print/message.c b/sources/c/program/kevux/tools/remove/main/print/message.c index b53a6d9..46c7dc2 100644 --- a/sources/c/program/kevux/tools/remove/main/print/message.c +++ b/sources/c/program/kevux/tools/remove/main/print/message.c @@ -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);