Sfoglia il codice sorgente

fixed typo from previous commit

philsmd 10 anni fa
parent
commit
aa51536feb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)
         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);
           return (-1);
         }
         }