1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 01:50:10 +00:00

Merge pull request #184 from gm4tr1x/fixHelp

Fixed typo in help
This commit is contained in:
Jens Steube 2016-01-31 17:24:34 +01:00
commit 889e722b38

View File

@ -492,7 +492,7 @@ const char *USAGE_BIG[] =
" ?l = abcdefghijklmnopqrstuvwxyz",
" ?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ",
" ?d = 0123456789",
" ?s = !\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~",
" ?s = !\"#$%%&'()*+,-./:;<=>?@[\\]^_`{|}~",
" ?a = ?l?u?d?s",
" ?b = 0x00 - 0xff",
"",