X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Ftag.c;h=aa1f87d47a3e4bdaa2ca3711c9dfc495fc2247e0;hb=a6fd3d4925ca3629e7edc73a60f5e1c50c1d5390;hp=617a58f0583049716c7b73577ac6df0e132bebea;hpb=26517dea245cc6332ffb80cf7747f6c211aa2e4d;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"), {