summary refs log tree commit diff stats
path: root/lib/pure/parseopt2.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-04-06 11:57:32 +0200
committerAraq <rumpf_a@web.de>2018-04-06 11:59:49 +0200
commit5a5ee937845020266b80a738cc86da7f745e7e49 (patch)
tree027cf55959669ad2841dc758285cbff6e43fbb87 /lib/pure/parseopt2.nim
parent8518683dc7f76465b41bd0ccf19f9fab06cd5e32 (diff)
downloadNim-5a5ee937845020266b80a738cc86da7f745e7e49.tar.gz
make parseopt2 use the new better deprecated error message
Diffstat (limited to 'lib/pure/parseopt2.nim')
-rw-r--r--lib/pure/parseopt2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/parseopt2.nim b/lib/pure/parseopt2.nim
index 2b63663eb..7254337d0 100644
--- a/lib/pure/parseopt2.nim
+++ b/lib/pure/parseopt2.nim
@@ -17,7 +17,7 @@
 ## 2. long option - ``--foo:bar``, ``--foo=bar`` or ``--foo``
 ## 3. argument - everything else
 
-{.deprecated.}
+{.deprecated: "Use the 'parseopt' module instead".}
 {.push debugger: off.}
 
 include "system/inclrtl"