diff options
author | Araq <rumpf_a@web.de> | 2014-01-17 01:19:18 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-01-17 01:19:18 +0100 |
commit | 12247b3f56a74836af874d707bf63452c11dcf92 (patch) | |
tree | cc34c8ff68bdb8e7c587c6046c278194d31c785a /lib/pure | |
parent | fc452787e7bba3301642c012fe8e2cdea243993b (diff) | |
parent | b1c44561bb86cdee401b94b6b2f867080c39bc79 (diff) | |
download | Nim-12247b3f56a74836af874d707bf63452c11dcf92.tar.gz |
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
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.} |