]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bisect.c
Merge branch 'js/params-vs-args'
[thirdparty/git.git] / bisect.c
index 75ea0eb57ff18979702b0abd5da345f27948e530..ae48d19acf6c70b97790edca0aca36d63d87f0da 100644 (file)
--- a/bisect.c
+++ b/bisect.c
@@ -1064,7 +1064,7 @@ enum bisect_error bisect_next_all(struct repository *r, const char *prefix)
 
        if (!all) {
                fprintf(stderr, _("No testable commit found.\n"
-                       "Maybe you started with bad path parameters?\n"));
+                       "Maybe you started with bad path arguments?\n"));
 
                return BISECT_NO_TESTABLE_COMMIT;
        }