X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Ftag.c;h=aa1f87d47a3e4bdaa2ca3711c9dfc495fc2247e0;hb=15368e1836970d87b5f29635b04c1d2144954f1f;hp=617a58f0583049716c7b73577ac6df0e132bebea;hpb=e0cbf12bf7d8b46292774ac91db8757d60b0f4df;p=git.git diff --git a/builtin/tag.c b/builtin/tag.c index 617a58f05..aa1f87d47 100644 --- a/builtin/tag.c +++ b/builtin/tag.c @@ -382,7 +382,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"), {