summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-03-02 04:07:05 -0800
committerGitHub <noreply@github.com>2021-03-02 13:07:05 +0100
commita0daa7a76df48d266363119c18f967c583a7ef67 (patch)
tree3718748bc773f856d8b9a9f40b2b36f29a18f049 /doc
parent0efd96956966097d2927e2d2378d61e9f0d387ae (diff)
downloadNim-a0daa7a76df48d266363119c18f967c583a7ef67.tar.gz
fix #16731: using deprecated flags triggers a warning (#17225)
* using deprecated flags triggers a warning
* cleanups
* fixup
* address comments
Diffstat (limited to 'doc')
-rw-r--r--doc/advopt.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index a992079d9..86d9cde1e 100644
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -61,8 +61,8 @@ Advanced options:
   --noMain:on|off           do not generate a main procedure
   --genScript:on|off        generate a compile script (in the 'nimcache'
                             subdirectory named 'compile_$$project$$scriptext'),
+                            and a '.deps' file containing the dependencies;
                             implies --compileOnly
-  --genDeps:on|off          generate a '.deps' file containing the dependencies
   --os:SYMBOL               set the target operating system (cross-compilation)
   --cpu:SYMBOL              set the target processor (cross-compilation)
   --debuginfo:on|off        enables debug information