diff --git a/README.rst b/README.rst index c1c1c84..59bd9f2 100644 --- a/README.rst +++ b/README.rst @@ -59,8 +59,8 @@ Usage:: Decoding examples:: - pyjwt --key=secret TOKEN - pyjwt --no-verify TOKEN + pyjwt --key=secret decode TOKEN + pyjwt decode --no-verify TOKEN See more options executing ``pyjwt --help``. diff --git a/docs/index.rst b/docs/index.rst index a3a8a41..e717bdd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -51,8 +51,8 @@ Usage:: Decoding examples:: - pyjwt --key=secret TOKEN - pyjwt --no-verify TOKEN + pyjwt --key=secret decode TOKEN + pyjwt decode --no-verify TOKEN See more options executing ``pyjwt --help``.