Fixed typo in help
authorGabriele 'matrix' Gristina <gm4tr1x@users.noreply.github.com>
Sun, 31 Jan 2016 12:59:36 +0000 (13:59 +0100)
committerGabriele 'matrix' Gristina <gm4tr1x@users.noreply.github.com>
Sun, 31 Jan 2016 12:59:36 +0000 (13:59 +0100)
src/oclHashcat.c

index 6c2069f..2a88d88 100644 (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",
   "",