On Sun, May 25, 2014 at 1:24 PM, Caleb Thompson <cjaysson@xxxxxxxxx> wrote: > Duy, you were right about `-V`. Do you know of a simple way to add that > shortened flag? `OPT_BOOL('v', "verbose", ...)` gives me `-v`, `--verbose`, and > `--no-verbose`, but no `-V` as a shortened form of `--no-verbose`. No, I don't think parse_options() allows something like that. And we probably don't want -V for --no-verbose unless it's very often used. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html