diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-01-03 19:27:28 +0000 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-01-03 19:27:28 +0000 |
commit | 10ba9c4dc152a83b8db8a2987c7a481885be25b0 (patch) | |
tree | e9debded7346bcc6e80bdc8e927bced07885e65f | |
parent | 76006eeab33f263ec2243d18ad53827ae052373e (diff) | |
parent | efe183861cc8416872e6c1a44f642e6b03049616 (diff) | |
download | Nim-10ba9c4dc152a83b8db8a2987c7a481885be25b0.tar.gz |
Merge pull request #1826 from jpoirier/devel
clarify single letter option requirements
-rw-r--r-- | doc/basicopt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/basicopt.txt b/doc/basicopt.txt index ffb374f18..e366b2718 100644 --- a/doc/basicopt.txt +++ b/doc/basicopt.txt @@ -37,4 +37,4 @@ Options: --advanced show advanced command line switches -h, --help show this help -Note: Even single letter options require the colon: -p:PATH. +Note, single letter options that take an argument require a colon. E.g. -p:PATH. |