summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-01-07 01:38:59 -0800
committerAndreas Rumpf <rumpf_a@web.de>2020-01-07 10:38:59 +0100
commite5ae7ceaa30b165970db75dffff8e2df564fbba3 (patch)
tree2c86d6411153f0d3b40cdbab9dea9c1ce5cb7394 /doc
parent569d4d18f85e2d9e91f2d2837f2a3a5303ae6305 (diff)
downloadNim-e5ae7ceaa30b165970db75dffff8e2df564fbba3.tar.gz
[easy] --hint:link:on now shows link cmd instead of nothing (#13056)
* --hint:link:on now shows link cmd instead of nothing

* update doc for --listCmd
Diffstat (limited to 'doc')
-rw-r--r--doc/advopt.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index e7626bd89..d53acc111 100644
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -117,7 +117,8 @@ Advanced options:
                             dynlib: "liblua.so.3"
   --dynlibOverrideAll
                             disables the effects of the dynlib pragma
-  --listCmd                 list the commands used to execute external programs
+  --listCmd                 list the compilation commands; can be combined with:
+                            --hint:exec:on and --hint:link:on
   --asm                     produce assembler code
   --parallelBuild:0|1|...   perform a parallel build
                             value = number of processors (0 for auto-detect)