X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Ftag.c;h=d1d7d8701db23dfa0db0fb3457f57826b7012d41;hb=3fe9db3fef5434ca91e676b8f700d60e0b759496;hp=d311491e492787ae50aa172f51629abea53eec19;hpb=c00cf45fa35d8aaa31c479ae7502286837fc4dc6;p=git.git diff --git a/builtin/tag.c b/builtin/tag.c index d311491e4..d1d7d8701 100644 --- a/builtin/tag.c +++ b/builtin/tag.c @@ -390,7 +390,7 @@ int cmd_tag(int argc, const char **argv, const char *prefix) 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"), {