diff options
author | Araq <rumpf_a@web.de> | 2015-02-09 00:08:14 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-02-09 00:08:55 +0100 |
commit | ecd0dea091cfddacb2fb28c9fa4b716b571e8007 (patch) | |
tree | 84fd9b0fdbd7fe8f22194ce82d586a221aebcd79 /doc/basicopt.txt | |
parent | 9431b734b4751b804a0e07e6fe52f29dea0b6b1c (diff) | |
download | Nim-ecd0dea091cfddacb2fb28c9fa4b716b571e8007.tar.gz |
tables work in 'const' sections; echo supports 'nil' strings; minor cleanups
Diffstat (limited to 'doc/basicopt.txt')
-rw-r--r-- | doc/basicopt.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/basicopt.txt b/doc/basicopt.txt index e366b2718..27b10badc 100644 --- a/doc/basicopt.txt +++ b/doc/basicopt.txt @@ -14,7 +14,6 @@ Options: -p, --path:PATH add path to search paths -d, --define:SYMBOL define a conditional symbol -u, --undef:SYMBOL undefine a conditional symbol - --symbol:SYMBOL declare a conditional symbol -f, --forceBuild force rebuilding of all modules --stackTrace:on|off turn stack tracing on|off --lineTrace:on|off turn line tracing on|off |