From 54aaa1597ef2dff9eb2b07389a9b3c81093eeb36 Mon Sep 17 00:00:00 2001 From: Royce Williams Date: Fri, 14 Apr 2017 06:41:32 -0800 Subject: [PATCH] fix usage for encoding-to --- src/usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usage.c b/src/usage.c index dd923b454..b699f5bbe 100644 --- a/src/usage.c +++ b/src/usage.c @@ -62,7 +62,7 @@ static const char *USAGE_BIG[] = " --potfile-disable | | Do not write potfile |", " --potfile-path | Dir | Specific path to potfile | --potfile-path=my.pot", " --encoding-from | Code | Force internal wordlist encoding from X | --encoding-from=iso-8859-15", - " --encoding-from | Code | Force internal wordlist encoding to X | --encoding-to=utf-32le", + " --encoding-to | Code | Force internal wordlist encoding to X | --encoding-to=utf-32le", " --debug-mode | Num | Defines the debug mode (hybrid only by using rules) | --debug-mode=4", " --debug-file | File | Output file for debugging rules | --debug-file=good.log", " --induction-dir | Dir | Specify the induction directory to use for loopback | --induction=inducts",