瀏覽代碼

fixed typo from previous commit

philsmd 10 年之前
父節點
當前提交
aa51536feb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
         }