Fix presense and help of module arguments.

See github issue #192
This commit is contained in:
Alexey Sokolov
2012-07-17 09:14:02 +07:00
parent 373490f2d1
commit fca5eebe53
21 changed files with 77 additions and 3 deletions

View File

@@ -244,7 +244,7 @@ public:
template<> void TModInfo<CSampleMod>(CModInfo& Info) {
Info.SetWikiPage("sample");
Info.SetHasArgs(true);
Info.SetArgsHelpText("Please describe the arguments used by your module in one or two sentences.");
Info.SetArgsHelpText("Description of module arguments goes here.");
}
USERMODULEDEFS(CSampleMod, "To be used as a sample for writing modules")