inter.txt: fix git bisect example (#5722)

This commit is contained in:
Michał Zieliński
2017-04-19 00:36:28 +02:00
committed by Andreas Rumpf
parent fa592f3aad
commit 43dae68a42

View File

@@ -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
===========================