Skip to content

Commit 2fe20ef

Browse files
author
knabberknusperhaus
committed
Typos
1 parent 234667c commit 2fe20ef

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

cpyrit/cpyrit.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@ static PyMethodDef SpamMethods[] = {
346346
{"set_numThreads", cpyrit_set_numThreads, METH_VARARGS, "Set number of threads for CPU-bound calculations"},
347347

348348
#ifdef HAVE_PADLOCK
349-
{"calc_pmk", cpyrit_pmk, METH_VARARGS, "Calculate PMK from ESSID and string (x86)"},
350-
#else
351349
{"calc_pmk", cpyrit_pmk, METH_VARARGS, "Calculate PMK from ESSID and string (VIA Padlock)"},
350+
#else
351+
{"calc_pmk", cpyrit_pmk, METH_VARARGS, "Calculate PMK from ESSID and string (x86)"},
352352
#endif
353353
{"calc_pmklist", cpyrit_pmklist, METH_VARARGS, "Calculate PMKs from ESSID and list of strings"},
354354

pyrit_cli.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ def print_help(self):
8686
"\n\nRecognized options:", \
8787
"\n -u : path to the ESSID-blobspace", \
8888
"\n -v : path to the Password-blobspace", \
89-
"\n -c : specifes the name of the core to use. 'Standard CPU' is default", \
90-
"\n -e : specifies an ESSID for the command", \
91-
"\n -f : specifies a filename for the command ('-' is stdin/stdout)", \
89+
"\n -c : name of the core to use. 'Standard CPU' is default", \
90+
"\n -e : ESSID for the command", \
91+
"\n -f : filename for the command ('-' is stdin/stdout)", \
92+
"\n -n : number of CPUs/cores to use", \
9293
"\n\nRecognized commands:", \
9394
"\n benchmark : Benchmark a core (-c and -n are optional)", \
9495
"\n batch : Start batchprocessing (-c, -u, -v, -n and -e are optional)", \

0 commit comments

Comments
 (0)