On 10/15, Paul-Sebastian Ungureanu wrote: > The `-m` option is no longer supported as it might not make > sense to have two ways of passing a message. Even if this is > a change in behaviour, the documentation remains the same > because the `-m` parameter was omitted before. [...] > + OPT_STRING('m', "message", &stash_msg, "message", > + N_("stash message")), > + OPT_END() We do seem to support a '-m' option here though. I'm happy not supporting it, but the commit message seems to say otherwise. I can't remember the discussion her, but either the commit message, or the option parsing should be updated here.