285
285
as values for the option, and they value is treated as the help.
287
287
reg = registry.Registry()
289
289
name = name.replace('_', '-')
291
291
return RegistryOption(name_, help, reg, title=title,
292
292
value_switches=value_switches, enum_switch=enum_switch)