'./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
Original issue reported on code.google.com by
maxx...@gmail.com
on 11 Aug 2011 at 8:38