From 35d7e67354ee6faea99d5d2afa8a8e4be77df1aa Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 24 May 2016 12:10:43 +0200 Subject: [PATCH] Fix some typos --- src/hashcat.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/hashcat.c b/src/hashcat.c index 316c769f8..00411655f 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -381,7 +381,7 @@ const char *USAGE_BIG[] = " --outfile-format | Num | Define outfile-format X for recovered hash | --outfile-format=7", " --outfile-autohex-disable | | Disable the use of $HEX[] in output plains |", " --outfile-check-timer | Num | Sets seconds between outfile checks to X | --outfile-check=30", - " -p, --separator | Char | Separator CHR for hashlists and outfile | -p :", + " -p, --separator | Char | Separator char for hashlists and outfile | -p :", " --show | | Show cracked passwords only |", " --left | | Show un-cracked passwords only |", " --username | | Enable ignoring of usernames in hashfile |", @@ -428,10 +428,10 @@ const char *USAGE_BIG[] = " --generate-rules-func-min | Num | Force min X funcs per rule |", " --generate-rules-func-max | Num | Force max X funcs per rule |", " --generate-rules-seed | Num | Force RNG seed set to X |", - " -1, --custom-CHR set1 | CS | User-defined CHR set ?1 | -1 ?l?d?u", - " -2, --custom-CHR set2 | CS | User-defined CHR set ?2 | -2 ?l?d?s", - " -3, --custom-CHR set3 | CS | User-defined CHR set ?3 |", - " -4, --custom-CHR set4 | CS | User-defined CHR set ?4 |", + " -1, --custom-charset1 | CS | User-defined charset ?1 | -1 ?l?d?u", + " -2, --custom-charset2 | CS | User-defined charset ?2 | -2 ?l?d?s", + " -3, --custom-charset3 | CS | User-defined charset ?3 |", + " -4, --custom-charset4 | CS | User-defined charset ?4 |", " -i, --increment | | Enable mask increment mode |", " --increment-min | Num | Start mask incrementing at X | --increment-min=4", " --increment-max | Num | Stop mask incrementing at X | --increment-max=8", @@ -733,7 +733,7 @@ const char *USAGE_BIG[] = " 3 | High | 96 ms | High | Unresponsive", " 4 | Nightmare | 480 ms | Insane | Headless", "", - "If you have no idea what just happend then visit the following pages:", + "If you have no idea what just happened then visit the following pages:", "", "* https://hashcat.net/wiki/#howtos_videos_papers_articles_etc_in_the_wild", "* https://hashcat.net/wiki/#frequently_asked_questions",