Open riban-bw opened 4 months ago
The --self-test command line option has the short option -t but t is missing from the getopt_long call and hence -t is not recognised.
--self-test
-t
t
getopt_long
Can be fixed by adding t to the getopt_long call in mod-host.c main function.
main
I am not sure how valid the self test is. It looks more relevant to Cardinal project!
I have submitted a PR to fix this.
The
--self-test
command line option has the short option-t
butt
is missing from thegetopt_long
call and hence-t
is not recognised.Can be fixed by adding
t
to thegetopt_long
call in mod-host.cmain
function.I am not sure how valid the self test is. It looks more relevant to Cardinal project!