Skip to content

Commit

Permalink
Merge PR #643
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jan 8, 2025
2 parents bb62374 + a98c0cd commit 05de5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ykman/_cli/apdu.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def apdu(ctx, no_pretty, app, short, apdu, send_apdu):
[CLA]INS[P1P2][:DATA][/LE][=EXPECTED_SW]
If not provided CLA, P1 and P2 are all set to zero.
Setting EXPECTED_SW will cause the command to check the response SW an fail if it
Setting EXPECTED_SW will cause the command to check the response SW and fail if it
differs. "=" can be used as shorthand for "=9000" (SW=OK).
Examples:
Expand Down

0 comments on commit 05de5c0

Please sign in to comment.