Am 29.07.2011 14:55 schrieb Uwe Hermann:
Make all programmer/CLI options case-insensitive.
There's no need to make life for our user unnecessarily hard, and we already have many case-insensitive options where strcasecmp() is used.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
I'm not sure this is a good idea. Our options/commands are case-sensitive (-V is totally different from -v), and making some parameters case-insensitive might lead people to assume that all parameters are case-insensitive.
Regards, Carl-Daniel