diff options
author | Michał Zieliński <michal@zielinscy.org.pl> | 2017-04-19 00:36:28 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-04-19 00:36:28 +0200 |
commit | 43dae68a421a92f2003df7c92fa8679df71823d5 (patch) | |
tree | bd0b83c132336dd804df89fac1e9a8c43f71ae42 /doc | |
parent | fa592f3aada5d07b53bef8799fa40901cf6c0d44 (diff) | |
download | Nim-43dae68a421a92f2003df7c92fa8679df71823d5.tar.gz |
inter.txt: fix git bisect example (#5722)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/intern.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intern.txt b/doc/intern.txt index d0aaa283a..dadb0eb05 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 =========================== |