1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 20:39:17 +00:00

Fixed typo in help

This commit is contained in:
Gabriele 'matrix' Gristina 2016-01-31 13:59:36 +01:00
parent 17d24e22e5
commit 0a907fc210

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",
"",