[Pcsclite-cvs-commit] r6182 - /trunk/PCSC/src/spy/pcsc-spy

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Wed Jan 18 10:11:20 UTC 2012


Author: rousseau
Date: Wed Jan 18 10:11:20 2012
New Revision: 6182

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6182
Log:
print_usage(): display command name

Modified:
    trunk/PCSC/src/spy/pcsc-spy

Modified: trunk/PCSC/src/spy/pcsc-spy
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/spy/pcsc-spy?rev=6182&op=diff
==============================================================================
--- trunk/PCSC/src/spy/pcsc-spy (original)
+++ trunk/PCSC/src/spy/pcsc-spy Wed Jan 18 10:11:20 2012
@@ -890,7 +890,7 @@
 
 
 def print_usage():
-    print "Usage: %s [-n|--nocolor] [-d|--diffable] [-h|--help]"
+    print "Usage: pcsc-spy [-n|--nocolor] [-d|--diffable] [-h|--help]"
 
 if __name__ == "__main__":
     import sys




More information about the Pcsclite-cvs-commit mailing list