make parseopt2 use the new better deprecated error message

This commit is contained in:
Araq
2018-04-06 11:57:32 +02:00
parent 8518683dc7
commit 5a5ee93784

View File

@@ -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"