This saves the user from needing to consult to manpage to learn the format of the --matches argument.
Signed-off-by: Mostyn Bramley-Moore <most...@opera.com> --- builtin/describe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/describe.c b/builtin/describe.c index 8a25abe..2386c64 100644 --- a/builtin/describe.c +++ b/builtin/describe.c @@ -404,8 +404,8 @@ int cmd_describe(int argc, const char **argv, const char *prefix) N_("only output exact matches"), 0), OPT_INTEGER(0, "candidates", &max_candidates, N_("consider <n> most recent tags (default: 10)")), - OPT_STRING(0, "match", &pattern, N_("pattern"), - N_("only consider tags matching <pattern>")), + OPT_STRING(0, "match", &pattern, N_("glob"), + N_("only consider tags matching <glob>")), OPT_BOOL(0, "always", &always, N_("show abbreviated commit object as fallback")), {OPTION_STRING, 0, "dirty", &dirty, N_("mark"), -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html