summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-10-21 10:33:19 -0700
committerGitHub <noreply@github.com>2020-10-21 10:33:19 -0700
commitec6a1125a0d20909db63bd8305c66445bf7bf78e (patch)
tree3026b9baebe31589ee9ca2cf024365dd840831a5
parent05752cd5d027a746053897d124f9dae513a0e664 (diff)
downloadNim-ec6a1125a0d20909db63bd8305c66445bf7bf78e.tar.gz
--declaredlocs => --declaredLocs (#15672)
-rw-r--r--doc/advopt.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index e5cf7d894..1fc0c946e 100644
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -35,7 +35,7 @@ Advanced options:
   --stdout:on|off           output to stdout
   --colors:on|off           turn compiler messages coloring on|off
   --listFullPaths:on|off    list full paths in messages
-  --declaredlocs:on|off     show declaration locations in messages
+  --declaredLocs:on|off     show declaration locations in messages
   -w:on|off|list, --warnings:on|off|list
                             turn all warnings on|off or list all available
   --warning[X]:on|off       turn specific warning X on|off