summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-01-03 19:27:28 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2015-01-03 19:27:28 +0000
commit10ba9c4dc152a83b8db8a2987c7a481885be25b0 (patch)
treee9debded7346bcc6e80bdc8e927bced07885e65f
parent76006eeab33f263ec2243d18ad53827ae052373e (diff)
parentefe183861cc8416872e6c1a44f642e6b03049616 (diff)
downloadNim-10ba9c4dc152a83b8db8a2987c7a481885be25b0.tar.gz
Merge pull request #1826 from jpoirier/devel
clarify single letter option requirements
-rw-r--r--doc/basicopt.txt2
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.