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);