diff options
author | Joseph Poirier <jdpoirier@gmail.com> | 2015-01-02 03:36:40 -0600 |
---|---|---|
committer | Joseph Poirier <jdpoirier@gmail.com> | 2015-01-02 03:36:40 -0600 |
commit | d15d9f41110a245b2b5a13bd8a882eeb79311acd (patch) | |
tree | b767dc170e1c4be95b7d70f9d807d1d17923e576 /doc/basicopt.txt | |
parent | 5023a9043858941d311c253fd1b62017080367be (diff) | |
download | Nim-d15d9f41110a245b2b5a13bd8a882eeb79311acd.tar.gz |
clarify single letter option requirements
Diffstat (limited to 'doc/basicopt.txt')
-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. |