]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/fetch.c
Merge branch 'rc/negotiate-only-typofix'
[thirdparty/git.git] / builtin / fetch.c
index 5b3b18a72f59b5242aa9fd6ce74386c04389ecb7..55d2568b188832ef705feb63d6a2a72ae6a4aea3 100644 (file)
@@ -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)