]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/features.rst
Python's -m option can have space before the argument
[pyderasn.git] / doc / features.rst
index afe10447abf4b37b9c642077b08ddc90d57a07b7..e6afdd3a96687d2d36a207474fd5d74a43be60e6 100644 (file)
@@ -26,9 +26,9 @@ practice it should be relatively easy to convert ``pyasn1``'s code to
 * Could be significantly faster. For example parsing of CACert.org's CRL
   under Python 3.5.2:
 
 * Could be significantly faster. For example parsing of CACert.org's CRL
   under Python 3.5.2:
 
-    :``python -mpyderasn revoke.crl``:
+    :``python -m pyderasn revoke.crl``:
      ~2 min
      ~2 min
-    :``python -mpyderasn --schema path.to.CertificateList revoke.crl``:
+    :``python -m pyderasn --schema path.to.CertificateList revoke.crl``:
      ~38 sec
     :``pyasn1.decode(asn1Spec=pyasn1.CertificateList())``:
      ~22 min (``pyasn1 == 0.2.3``)
      ~38 sec
     :``pyasn1.decode(asn1Spec=pyasn1.CertificateList())``:
      ~22 min (``pyasn1 == 0.2.3``)