From b060636dc7f27336a87659ab8dad36c2a170e037 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 30 Apr 2025 21:31:42 -0500 Subject: [PATCH] Cleanup: Improve wording in help printing. --- sources/c/program/kevux/tools/remove/main/print/message.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 1.8.3.1