summary refs log tree commit diff stats
path: root/doc/basicopt.txt
diff options
context:
space:
mode:
authorJoseph Poirier <jdpoirier@gmail.com>2015-01-02 03:36:40 -0600
committerJoseph Poirier <jdpoirier@gmail.com>2015-01-02 03:36:40 -0600
commitd15d9f41110a245b2b5a13bd8a882eeb79311acd (patch)
treeb767dc170e1c4be95b7d70f9d807d1d17923e576 /doc/basicopt.txt
parent5023a9043858941d311c253fd1b62017080367be (diff)
downloadNim-d15d9f41110a245b2b5a13bd8a882eeb79311acd.tar.gz
clarify single letter option requirements
Diffstat (limited to 'doc/basicopt.txt')
-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.