diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-12-30 14:01:00 +0100 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-01-15 22:23:20 +0100 |
commit | 74f94482cc61956bd61457ba9c7b9fd1b8c67ec9 (patch) | |
tree | 833374fd1856f51c88918d9293aaaa8c635e9402 /lib/pure | |
parent | 3cf46c2defb9ef92c7f7321349e41fdd3f93cc5f (diff) | |
download | Nim-74f94482cc61956bd61457ba9c7b9fd1b8c67ec9.tar.gz |
Adds parseopt2 module to documentation index.
Diffstat (limited to 'lib/pure')
-rw-r--r-- | lib/pure/parseopt.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pure/parseopt.nim b/lib/pure/parseopt.nim index 6b2ee6282..68ae537c7 100644 --- a/lib/pure/parseopt.nim +++ b/lib/pure/parseopt.nim @@ -11,8 +11,8 @@ ## It supports one convenience iterator over all command line options and some ## lower-level features. ## -## DEPRECATED. Use parseopt2 instead as this version has issues with spaces -## in arguments. +## **Deprecated since version 0.9.3:** Use the `parseopt2 <parseopt2.html>`_ +## module instead as this version has issues with spaces in arguments. {.deprecated.} {.push debugger: off.} |