The fss_read is using -a already and instead uses -A for the --as.
Change fss_write to also use -A for consistency reasons.
Fix spacing alignment in printed help for the --as parameter.
fss_read_print_message_help(print);
- fll_program_print_help_option(print, fss_read_short_as_s, fss_read_long_as_s, f_console_symbol_short_normal_s, f_console_symbol_long_normal_s, "Designate the supported format to read as.");
+ fll_program_print_help_option(print, fss_read_short_as_s, fss_read_long_as_s, f_console_symbol_short_normal_s, f_console_symbol_long_normal_s, " Designate the supported format to read as.");
f_print_dynamic_raw(f_string_eol_s, print->to);
* The main program parameters.
*/
#ifndef _di_fss_write_parameter_s_
- #define FSS_WRITE_short_as_s "a"
+ #define FSS_WRITE_short_as_s "A"
#define FSS_WRITE_short_backtick_s "b"
#define FSS_WRITE_short_content_s "c"
#define FSS_WRITE_short_content_end_s "E"
fss_write_print_message_help(print);
- fll_program_print_help_option(print, fss_write_short_as_s, fss_write_long_as_s, f_console_symbol_short_normal_s, f_console_symbol_long_normal_s, "Designate the supported format to write as.");
+ fll_program_print_help_option(print, fss_write_short_as_s, fss_write_long_as_s, f_console_symbol_short_normal_s, f_console_symbol_long_normal_s, " Designate the supported format to write as.");
f_print_dynamic_raw(f_string_eol_s, print->to);