X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/98af9ddf8ca969ce45b3e6078cb8f39573a99ee9..3962dce565fc63c0190d4570bfaf339ec32b7025:/tools/xorcheck.py diff --git a/tools/xorcheck.py b/tools/xorcheck.py index 37aa27ce..3a7c8d66 100755 --- a/tools/xorcheck.py +++ b/tools/xorcheck.py @@ -38,7 +38,7 @@ if(len(sys.argv) < 3): print print 'Should produce the output:' print - print '\tTarget (BA) matched with final LRC XOR byte value: 5A' + print '\tTarget (BA) requires final LRC XOR byte value: 5A' print os._exit(True)