]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
help text
authoriceman1001 <iceman@iuse.se>
Tue, 28 Feb 2017 13:09:10 +0000 (14:09 +0100)
committericeman1001 <iceman@iuse.se>
Tue, 28 Feb 2017 13:09:10 +0000 (14:09 +0100)
client/cmdanalyse.c

index 0520a6685e9e33565742c711bc3e7bfeca002bf9..a8deb67fa38bd970c4428d4d9d17fb3f68ebe4b6 100644 (file)
@@ -30,9 +30,10 @@ int usage_analyse_checksum(void) {
        PrintAndLog("The bytes will be added with eachother and than limited with the applied mask");
        PrintAndLog("Finally compute ones' complement of the least significant bytes");
        PrintAndLog("");
-       PrintAndLog("Usage:  analyse chksum [h] b <bytes> m <mask>");
+       PrintAndLog("Usage:  analyse chksum [h] [v] b <bytes> m <mask>");
        PrintAndLog("Options:");
        PrintAndLog("           h          This help");
+       PrintAndLog("           v          supress header");
        PrintAndLog("           b <bytes>  bytes to calc missing XOR in a LCR");
        PrintAndLog("           m <mask>   bit mask to limit the outpuyt");
        PrintAndLog("");
Impressum, Datenschutz