]> Kevux Git Server - fll/commit
Regression: display "+" and "++" and not "-" and "--" for special parameter options
authorKevin Day <thekevinday@gmail.com>
Sun, 8 Sep 2019 20:39:29 +0000 (15:39 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 8 Sep 2019 20:39:29 +0000 (15:39 -0500)
commit4b9f5ff1b3c93aeca443f448275f865c02301c47
tree8d74163874107d71610363d34b9196ae1a1c836f
parentdd003b3ad9b96c11ce3252f1d8ba40a41c3f8b50
Regression: display "+" and "++" and not "-" and "--" for special parameter options

When I wrote fll_program_print_help_option() I completely forgot to provide a way to set eithe "-" or "+" and "--" or "++".
This resulted in the "--help" display of the options to incorrectly print using "-" and "--".

Add additional function parameters to allow setting the symbols when calling fll_program_print_help_option().
13 files changed:
level_2/fll_program/c/program.c
level_2/fll_program/c/program.h
level_3/bit_dump/c/bit_dump.c
level_3/firewall/c/firewall.c
level_3/fss_basic_list_read/c/fss_basic_list_read.c
level_3/fss_basic_list_write/c/fss_basic_list_write.c
level_3/fss_basic_read/c/fss_basic_read.c
level_3/fss_basic_write/c/fss_basic_write.c
level_3/fss_extended_read/c/fss_extended_read.c
level_3/fss_extended_write/c/fss_extended_write.c
level_3/fss_status_code/c/fss_status_code.c
level_3/init/c/init.c
level_3/status_code/c/status_code.c