diff options
author | Araq <rumpf_a@web.de> | 2012-12-27 00:05:23 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-27 00:05:23 +0100 |
commit | 3020257559d3aa2455309ee3727599fe68274e32 (patch) | |
tree | e1efe748641a5c5ba04f562e283adf0270330b23 /doc | |
parent | df1e7b8021bfbd7d164cc00d1e8f8c000a620965 (diff) | |
download | Nim-3020257559d3aa2455309ee3727599fe68274e32.tar.gz |
implemented --listFullPaths option for aporia
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/advopt.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index bd387e041..5d3544a76 100755 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -21,6 +21,7 @@ Advanced options: -m, --mainmodule:FILE set the project main module -o, --out:FILE set the output filename --stdout output to stdout + --listFullPaths list full paths in messages -w, --warnings:on|off turn all warnings on|off --warning[X]:on|off turn specific warning X on|off --hints:on|off turn all hints on|off |