If you re-use an enum for multiple options the enum elements will be added multiple times to the help text. (ie you have the option BackendType { FOO, BAR } and use this as alternatives for two options the help text says "BackendType: [FOO BAR FOO BAR]")
The actual option parsing still works.