diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-04-05 14:34:55 -0700 |
---|---|---|
committer | Timothee Cour <timothee.cour2@gmail.com> | 2018-04-05 14:34:55 -0700 |
commit | aa40c91e6ecbf916809b02d52b4f010d8f268b2c (patch) | |
tree | 03945fb551cb65b96029eb6fd30ff3c8ed7a3e91 | |
parent | 06a45053051f7eacc9bff30172d84d00d655831f (diff) | |
download | Nim-aa40c91e6ecbf916809b02d52b4f010d8f268b2c.tar.gz |
cmd line help: clarify compileOnly vs noLinking
-rw-r--r-- | doc/advopt.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 77531f5de..ac309c222 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -31,8 +31,8 @@ Advanced options: --nimcache:PATH set the path used for generated files --header:FILE the compiler should produce a .h file (FILE is optional) - -c, --compileOnly compile only; do not assemble or link - --noLinking compile but do not link + -c, --compileOnly compile Nim files only; do not assemble or link + --noLinking compile Nim and generated files but do not link --noMain do not generate a main procedure --genScript generate a compile script (in the 'nimcache' subdirectory named 'compile_$project$scriptext') |