diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-07-08 21:27:44 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-07-08 21:27:56 +0200 |
commit | d94950ef80f2a4f03d3a322a9d2e2c34ab1aba6c (patch) | |
tree | cd362cce0208f9b8ec3077300e0897746caf25e2 /doc/advopt.txt | |
parent | e641bc7df0ba5ed72f110a34b828d4d76c9555e7 (diff) | |
download | Nim-d94950ef80f2a4f03d3a322a9d2e2c34ab1aba6c.tar.gz |
fixes #6069
Diffstat (limited to 'doc/advopt.txt')
-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 9a9dab7e0..b88e5f063 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -16,7 +16,7 @@ Advanced commands: //check checks the project for syntax and semantic Advanced options: - -o, --out:FILE set the output filename + -o:FILE, --out:FILE set the output filename --stdout output to stdout --colors:on|off turn compiler messages coloring on|off --listFullPaths list full paths in messages |