summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-02-12 00:55:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-02-12 00:55:59 (GMT)
commitb855f5045ead55cad7b9865ed5df6b6029aa9bdf (patch)
tree1333255d8ce1f8970b96e54f5faee5ddc9e833f4 /builtin/fetch.c
parent83760938bd18f81e5ecc1b6371ac396abc875d10 (diff)
parent2826ffad8c34b639fd41f62fac1236e36e9d83db (diff)
downloadgit-b855f5045ead55cad7b9865ed5df6b6029aa9bdf.zip
git-b855f5045ead55cad7b9865ed5df6b6029aa9bdf.tar.gz
git-b855f5045ead55cad7b9865ed5df6b6029aa9bdf.tar.bz2
Merge branch 'rc/negotiate-only-typofix'
Typofix. * rc/negotiate-only-typofix: fetch: fix negotiate-only error message
Diffstat (limited to 'builtin/fetch.c')
-rw-r--r--builtin/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/fetch.c b/builtin/fetch.c
index 5b3b18a..55d2568 100644
--- a/builtin/fetch.c
+++ b/builtin/fetch.c
@@ -2052,7 +2052,7 @@ int cmd_fetch(int argc, const char **argv, const char *prefix)
}
if (negotiate_only && !negotiation_tip.nr)
- die(_("--negotiate-only needs one or more --negotiate-tip=*"));
+ die(_("--negotiate-only needs one or more --negotiation-tip=*"));
if (deepen_relative) {
if (deepen_relative < 0)