X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/98af9ddf8ca969ce45b3e6078cb8f39573a99ee9..f71f4deb8f8f1e932c81f3e62e6ab67012e07b33:/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)