cmd_fetch_pack(): return early if finish_connect() fails
[gitweb.git] / builtin / tag.c
index c581e0af615e682e3a2947d74b3d355c0dad477d..9c3e0673d5bd4e011c877c4d3a17975498265e22 100644 (file)
@@ -460,7 +460,7 @@ int cmd_tag(int argc, const char **argv, const char *prefix)
                OPT_BOOLEAN('s', "sign", &opt.sign, N_("annotated and GPG-signed tag")),
                OPT_STRING(0, "cleanup", &cleanup_arg, N_("mode"),
                        N_("how to strip spaces and #comments from message")),
-               OPT_STRING('u', "local-user", &keyid, N_("key-id"),
+               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_COLUMN(0, "column", &colopts, N_("show tag list in columns")),