Skip to content

Commit

Permalink
Fixes example invocations in README.rst and docs/index.rst. (#368)
Browse files Browse the repository at this point in the history
Signed-off-by: Debayan De <[email protected]>
  • Loading branch information
debayande authored and jpadilla committed Aug 14, 2018
1 parent c2a8559 commit d3ffeab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down

0 comments on commit d3ffeab

Please sign in to comment.