Explorar o código

fixed typo from previous commit

philsmd %!s(int64=10) %!d(string=hai) anos
pai
achega
aa51536feb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/hashcat-cli.c

+ 1 - 1
src/hashcat-cli.c

@@ -16811,7 +16811,7 @@ int main (int argc, char *argv[])
 
         if (mpz_cmp (tmp, total_ks_cnt) > 0)
         {
-          fprintf (stderr, "Value of --words-skip + ----words-limit cannot be larger than total keyspace\n");
+          fprintf (stderr, "Value of --words-skip + --words-limit cannot be larger than total keyspace\n");
 
           return (-1);
         }