For example, using .helpOption ('-h, --help, --something-else') and running with --something-else results in
error: unknown option '--something-else', while -h and --help still work.
Use case: not sure about others, but me personally, I'd also like to add -? as an extra help flag.