Skip to content

Commit 7a314b7

Browse files
committed
fixes doc/advopt.txt
1 parent 5213d6d commit 7a314b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/advopt.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Advanced options:
181181
--nimBasePattern:nimbase.h
182182
allows to specify a custom pattern for `nimbase.h`
183183
--cachecfg:on|off cache the result of evaluation of cfg/NimScript configuration files to reduces the compile time.
184-
The cache file is created in `$projectdir/nimcache`, not in `$nimcache`.
184+
The cache file is created in `$$projectdir/nimcache`, not in `$$nimcache`.
185185
The cache file is not loaded and configuration files are evaluated when:
186186
- `--cachecfg` is off or `--forceBuild` is on
187187
- cache file doesn't exists

0 commit comments

Comments
 (0)