On Mon, Oct 25, 2010 at 01:16:29PM +0100, Julian Foad wrote: > Do we need both "--strip-count" and "--strip" as aliases? I think > "--strip" is sufficient; the word "count" doesn't add much. "--strip" > matches GNU patch. Fewer aliases -> better.
The word "count" adds something when you're looking at all options in isolation of their subcommands (option names are global). The --strip-count name matches the variable name in the code. Those are two reasons I see for keeping it the way it is. But if you'd really prefer using only the short form, that's fine with me. I don't really care. Stefan