From: Gabriele 'matrix' Gristina Date: Sun, 31 Jan 2016 12:59:36 +0000 (+0100) Subject: Fixed typo in help X-Git-Tag: v3.00-beta~430^2 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=0a907fc210cf9818bbb5b69d163dc80dab8bdbc1;p=hashcat.git Fixed typo in help --- diff --git a/src/oclHashcat.c b/src/oclHashcat.c index 6c2069f..2a88d88 100644 --- a/src/oclHashcat.c +++ b/src/oclHashcat.c @@ -492,7 +492,7 @@ const char *USAGE_BIG[] = " ?l = abcdefghijklmnopqrstuvwxyz", " ?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ", " ?d = 0123456789", - " ?s = !\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~", + " ?s = !\"#$%%&'()*+,-./:;<=>?@[\\]^_`{|}~", " ?a = ?l?u?d?s", " ?b = 0x00 - 0xff", "",