diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2019-01-15 23:14:55 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-01-16 08:14:55 +0100 |
commit | e0afacb9f2c182cf23c2f9dcaa87876b880752d3 (patch) | |
tree | 1259603bf2c9176e20227665253987927de39644 /doc | |
parent | fbd6743ea1db89eef3dd89ceb7c0cdcb648c8055 (diff) | |
download | Nim-e0afacb9f2c182cf23c2f9dcaa87876b880752d3.tar.gz |
properly fix #10030 by skipping all external configs (#10324)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 2e91deed9..c2e09a3ff 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -77,7 +77,7 @@ Advanced options: --nilseqs:on|off allow 'nil' for strings/seqs for backwards compatibility --oldast:on|off use old AST for backwards compatibility - --skipCfg do not read the general configuration file + --skipCfg do not read the nim installation's configuration file --skipUserCfg do not read the user's configuration file --skipParentCfg do not read the parent dirs' configuration files --skipProjCfg do not read the project's configuration file |