Merge branch 'ps/contains-id-error-message'
"git tag --contains no-such-commit" gave a full list of options after giving an error message. * ps/contains-id-error-message: parse-options: do not show usage upon invalid option value
This commit is contained in:
@ -200,6 +200,7 @@ enum {
|
||||
PARSE_OPT_HELP = -1,
|
||||
PARSE_OPT_DONE,
|
||||
PARSE_OPT_NON_OPTION,
|
||||
PARSE_OPT_ERROR,
|
||||
PARSE_OPT_UNKNOWN
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user