Merge branch 'kn/for-each-tag'
[gitweb.git] / builtin / tag.c
index b2e4ddca07ce7a812203259cfdfc32c187d4d2e4..9e17dca7cac30738c966d0e23258f56c0cb9bc70 100644 (file)
@@ -354,7 +354,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")),