X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=builtin%2Ftag.c;h=aa1f87d47a3e4bdaa2ca3711c9dfc495fc2247e0;hb=643b6ef809cdbc47c698b688b0dfe218eca9b474;hp=617a58f0583049716c7b73577ac6df0e132bebea;hpb=006f424b2d014b8a7c4887b7ddbb57256dd6b8c7;p=thirdparty%2Fgit.git diff --git a/builtin/tag.c b/builtin/tag.c index 617a58f058..aa1f87d47a 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"), {