]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/tag.c
commit,status: describe --porcelain just like push
[thirdparty/git.git] / builtin / tag.c
index 617a58f0583049716c7b73577ac6df0e132bebea..6408171f9b45c5f3d020439f9d8d45988a92cede 100644 (file)
@@ -378,11 +378,11 @@ int cmd_tag(int argc, const char **argv, const char *prefix)
                                        "annotated tag, needs a message"),
                OPT_CALLBACK('m', NULL, &msg, "msg",
                             "message for the tag", parse_msg_arg),
-               OPT_FILENAME('F', NULL, &msgfile, "message in a file"),
+               OPT_FILENAME('F', NULL, &msgfile, "read message from file"),
                OPT_BOOLEAN('s', NULL, &sign, "annotated and GPG-signed tag"),
                OPT_STRING('u', NULL, &keyid, "key-id",
                                        "use another key to sign the tag"),
-               OPT_BOOLEAN('f', "force", &force, "replace the tag if exists"),
+               OPT__FORCE(&force, "replace the tag if exists"),
 
                OPT_GROUP("Tag listing options"),
                {