]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/tag.c
commit,tag: use same wording for -F
[thirdparty/git.git] / builtin / tag.c
index aa1f87d47a3e4bdaa2ca3711c9dfc495fc2247e0..6408171f9b45c5f3d020439f9d8d45988a92cede 100644 (file)
@@ -378,7 +378,7 @@ 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"),