Merge branch 'nd/ls-remote-does-not-have-u-option' into maint
[gitweb.git] / builtin / tag.c
index cccca991046a6f4b6cf967a99a7f7a4396d4d588..cba0e2266623d57fe96fcec1910c562bf424d143 100644 (file)
@@ -606,7 +606,7 @@ int cmd_tag(int argc, const char **argv, const char *prefix)
                OPT_STRING('u', "local-user", &keyid, N_("key-id"),
                                        N_("use another key to sign the tag")),
                OPT__FORCE(&force, N_("replace the tag if exists")),
-               OPT_BOOL(0, "create-reflog", &create_reflog, N_("create_reflog")),
+               OPT_BOOL(0, "create-reflog", &create_reflog, N_("create a reflog")),
 
                OPT_GROUP(N_("Tag listing options")),
                OPT_COLUMN(0, "column", &colopts, N_("show tag list in columns")),