summary refs log tree commit diff stats
path: root/lib/pure
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-01-17 01:19:18 +0100
committerAraq <rumpf_a@web.de>2014-01-17 01:19:18 +0100
commit12247b3f56a74836af874d707bf63452c11dcf92 (patch)
treecc34c8ff68bdb8e7c587c6046c278194d31c785a /lib/pure
parentfc452787e7bba3301642c012fe8e2cdea243993b (diff)
parentb1c44561bb86cdee401b94b6b2f867080c39bc79 (diff)
downloadNim-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.nim4
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.}