diff --git a/modules/charset.cpp b/modules/charset.cpp index 8255bacc..f763a2d6 100644 --- a/modules/charset.cpp +++ b/modules/charset.cpp @@ -244,4 +244,13 @@ public: } }; +template<> void TModInfo(CModInfo& Info) +{ + Info.SetWikiPage("charset"); + Info.SetHasArgs(true); + Info.SetArgsHelpText("Two charset lists: [-force] " + " " + ""); +} + USERMODULEDEFS(CCharsetMod, "Normalizes character encodings.")