]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfmfhard.c
Textual changes in helptext. Still no clear.
[proxmark3-svn] / client / cmdhfmfhard.c
index 2af03f0842099b3d1a358037bd4ede2896248a98..acdea7158dab3eb7d035020caf55c2eb6860c0be 100644 (file)
@@ -1687,7 +1687,7 @@ static void brute_force(void)
 
         time(&end);            
         double elapsed_time = difftime(end, start);
-               PrintAndLog("ICE %.f seconds", elapsed_time);
+
         if(keys_found){
                        PrintAndLog("Success! Tested %"PRIu32" states, found %u keys after %.f seconds", total_states_tested, keys_found, elapsed_time);
                        PrintAndLog("\nFound key: %012"PRIx64"\n", foundkey);
Impressum, Datenschutz