diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-07-23 16:43:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-23 16:43:58 +0100 |
commit | 52ff244d5d2775fa4d13f4e2b9a996f411281312 (patch) | |
tree | 189f404ecc2ab8b024102472a25bb68263a0d015 | |
parent | 44bd4d87743db6a9b2059d16307315e037d02522 (diff) | |
parent | c53e05ab7b18f974110f0516c462f04e2ca0eada (diff) | |
download | Nim-52ff244d5d2775fa4d13f4e2b9a996f411281312.tar.gz |
Merge pull request #6064 from superfunc/devel
Make option usage more consistent in doc
-rw-r--r-- | doc/nimc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimc.rst b/doc/nimc.rst index 7b5a46629..387b7a1b7 100644 --- a/doc/nimc.rst +++ b/doc/nimc.rst @@ -210,7 +210,7 @@ Cross compilation To cross compile, use for example:: - nim c --cpu:i386 --os:linux --compile_only --gen_script myproject.nim + nim c --cpu:i386 --os:linux --compileOnly --genScript myproject.nim Then move the C code and the compile script ``compile_myproject.sh`` to your Linux i386 machine and run the script. |