summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornde <denayer.norman@gmail.com>2018-10-17 08:42:34 +0200
committerIlya Etingof <etingof@gmail.com>2018-10-17 08:42:34 +0200
commitd7a502ff69505849004185f5214ac51b52a145eb (patch)
tree992d2f2944a08675225c139fa20ac776de2bafea
parent70d435a06ebbf6d0560bb68501d59c5e25d04a8c (diff)
downloadpyasn1-git-d7a502ff69505849004185f5214ac51b52a145eb.tar.gz
Fix the entrypoint of asn1ate (#145)
Use `asn1ate` entry point in the documentation.
-rw-r--r--docs/source/example-use-case.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/example-use-case.rst b/docs/source/example-use-case.rst
index cd39c47..5e0a7c5 100644
--- a/docs/source/example-use-case.rst
+++ b/docs/source/example-use-case.rst
@@ -45,7 +45,7 @@ tool:
.. code-block:: bash
- $ pyasn1gen.py pkcs-1.asn > rsakey.py
+ $ asn1ate pkcs-1.asn > rsakey.py
Though it may not work out as, as it stands now, asn1ate does not support
all ASN.1 language constructs.