diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2011-02-15 14:09:04 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-02-15 10:51:08 -0800 |
commit | 726c4e3d4251d55a944c9d5f3694d55554ace83d (patch) | |
tree | 269d3b1f5f4a9943a01149093dbc8145a3cb2776 /builtin/tag.c | |
parent | configure: use AC_LANG_PROGRAM consistently (diff) | |
download | tgif-726c4e3d4251d55a944c9d5f3694d55554ace83d.tar.xz |
commit,tag: use same wording for -F
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/tag.c')
-rw-r--r-- | builtin/tag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/tag.c b/builtin/tag.c index aa1f87d47a..6408171f9b 100644 --- a/builtin/tag.c +++ b/builtin/tag.c @@ -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"), |