diff options
author | Araq <rumpf_a@web.de> | 2014-09-11 21:00:25 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-09-11 21:00:25 +0200 |
commit | 6a29fbf240e9395588dcf048ddd3037144c52e12 (patch) | |
tree | c9f00bb2efbb76d3ad511c714c0e41d919441439 | |
parent | 63548f04b2d1793099813cf5ab888c580f8074a0 (diff) | |
download | Nim-6a29fbf240e9395588dcf048ddd3037144c52e12.tar.gz |
be explicit about single letter options
-rw-r--r-- | doc/basicopt.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/basicopt.txt b/doc/basicopt.txt index fdb0e36e1..390623828 100644 --- a/doc/basicopt.txt +++ b/doc/basicopt.txt @@ -35,3 +35,5 @@ Options: -r, --run run the compiled program with given arguments --advanced show advanced command line switches -h, --help show this help + +Note: Even single letter options require the colon: -p:PATH. |