summary refs log tree commit diff stats
path: root/doc/basicopt.txt
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-04-20 08:45:03 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-04-20 08:45:03 +0200
commit9cc8fec370867d2f75b16c3ec85a38a5c379909a (patch)
tree31b46906d67f218cc267deb764a18d446cd0220f /doc/basicopt.txt
parent262aafa0a915fc5c769824f7f7d63f9dc9e649c7 (diff)
downloadNim-9cc8fec370867d2f75b16c3ec85a38a5c379909a.tar.gz
replace --advanced by --fullhelp; refs #7621
Diffstat (limited to 'doc/basicopt.txt')
-rw-r--r--doc/basicopt.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/basicopt.txt b/doc/basicopt.txt
index 4db2d5af7..4c11cc767 100644
--- a/doc/basicopt.txt
+++ b/doc/basicopt.txt
@@ -36,7 +36,7 @@ Options:
   --app:console|gui|lib|staticlib
                             generate a console app|GUI app|DLL|static library
   -r, --run                 run the compiled program with given arguments
-  --advanced                show advanced command line switches
+  --fullhelp                show all command line switches
   -h, --help                show this help
 
 Note, single letter options that take an argument require a colon. E.g. -p:PATH.