y2013t / mfcuk

Automatically exported from code.google.com/p/mfcuk
GNU General Public License v2.0
0 stars 0 forks source link

Wrong descriptions about sleep settings #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
'./mfcuk_keyrecovery_darkside -h' has switched the descriptions for the 2 sleep 
settings -s and -S:

    fprintf(fp, "-S - miliseconds to sleep for CONSTANT DELAY\n");
    fprintf(fp, "-s - miliseconds to sleep for DROP FIELD\n");

should be changed to that:
    fprintf(fp, "-S - milliseconds to sleep for SLEEP_AT_FIELD_OFF (Default: %d ms)\n", SLEEP_AT_FIELD_OFF);
    fprintf(fp, "-s - milliseconds to sleep for SLEEP_AFTER_FIELD_ON (Default: %d ms)\n", SLEEP_AFTER_FIELD_ON);

Original issue reported on code.google.com by maxx...@gmail.com on 11 Aug 2011 at 8:38

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r79.

Original comment by romu...@libnfc.org on 26 Sep 2012 at 8:04