From 43dae68a421a92f2003df7c92fa8679df71823d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Wed, 19 Apr 2017 00:36:28 +0200 Subject: [PATCH] inter.txt: fix git bisect example (#5722) --- doc/intern.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/intern.txt b/doc/intern.txt index d0aaa283a5..dadb0eb05a 100644 --- a/doc/intern.txt +++ b/doc/intern.txt @@ -157,7 +157,7 @@ compilation fails. This exit code tells ``git bisect`` to skip the current commit.:: git bisect start bad-commit good-commit - git bisect ./koch -r c test-source.nim + git bisect run ./koch temp -r c test-source.nim The compiler's architecture ===========================