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