I have a parser accepting --request option, and when user accidentally uses it twice, the error message says:
Invalid option `--request'
It should probably report:
Duplicated option is not allowed `--request'
Otherwise user things that the option name is wrong.