Menu

#399 Misspelled help for -scc switch

open
nobody
None
5
2022-08-01
2022-08-01
Sam Tansy
No

There is a misspelling in help for -scc switch.
-scc{UTF-8|WIN|DOS} : set charset for for console input/output

diff -rup 7z2201-src~/CPP/7zip/UI/Console/Main.cpp 7z2201-src/CPP/7zip/UI/Console/Main.cpp
--- 7z2201-src~/CPP/7zip/UI/Console/Main.cpp    2022-04-29 18:00:00.000000000 +0000
+++ 7z2201-src/CPP/7zip/UI/Console/Main.cpp 2022-08-01 21:18:38.352397000 +0000
@@ -135,7 +135,7 @@ static const char * const kHelpString =
     #endif
     "  -r[-|0] : Recurse subdirectories for name search\n"
     "  -sa{a|e|s} : set Archive name mode\n"
-    "  -scc{UTF-8|WIN|DOS} : set charset for for console input/output\n"
+    "  -scc{UTF-8|WIN|DOS} : set charset for console input/output\n"
     "  -scs{UTF-8|UTF-16LE|UTF-16BE|WIN|DOS|{id}} : set charset for list files\n"
     "  -scrc[CRC32|CRC64|SHA1|SHA256|*] : set hash function for x, e, h commands\n"
     "  -sdel : delete files after compression\n"

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.