From d7a502ff69505849004185f5214ac51b52a145eb Mon Sep 17 00:00:00 2001 From: nde Date: Wed, 17 Oct 2018 08:42:34 +0200 Subject: Fix the entrypoint of asn1ate (#145) Use `asn1ate` entry point in the documentation. --- docs/source/example-use-case.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1