diff options
author | superfunc <superfunc@protonmail.ch> | 2017-07-06 21:08:07 -0700 |
---|---|---|
committer | superfunc <superfunc@protonmail.ch> | 2017-07-06 21:08:07 -0700 |
commit | c53e05ab7b18f974110f0516c462f04e2ca0eada (patch) | |
tree | 4a18771cf928106ff606a88ace3b945c3eaab172 | |
parent | ee43fc82d5c8765212f67dc962e49a857884ce40 (diff) | |
download | Nim-c53e05ab7b18f974110f0516c462f04e2ca0eada.tar.gz |
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 5d9ed03ab..a312faf3d 100644 --- a/doc/nimc.rst +++ b/doc/nimc.rst @@ -194,7 +194,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. |