Skip to content

Commit

Permalink
Fix issue hashcat#17
Browse files Browse the repository at this point in the history
  • Loading branch information
matrix committed Jan 8, 2019
1 parent 1708898 commit e53edb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mp.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ int main (int argc, char *argv[])
{"hex-charset", no_argument, 0, IDX_HEX_CHARSET},
{"combinations", no_argument, 0, IDX_COMBINATIONS},
{"seq-max", required_argument, 0, IDX_SEQ_MAX},
{"occur-max", required_argument, 0, IDX_OCCUR_MAX},
{"occurrence-max", required_argument, 0, IDX_OCCUR_MAX},
{"increment", required_argument, 0, IDX_INCREMENT},
{"start-at", required_argument, 0, IDX_START_AT},
{"stop-at", required_argument, 0, IDX_STOP_AT},
Expand Down

0 comments on commit e53edb1

Please sign in to comment.