Fix help text for modtcl's argument.

This commit is contained in:
Alexey Sokolov
2012-06-16 16:39:19 +07:00
parent 601b9a4cc6
commit 674d2139dc

View File

@@ -494,7 +494,7 @@ void CModTclStartTimer::RunJob() {
template<> void TModInfo<CModTcl>(CModInfo& Info) {
Info.SetWikiPage("modtcl");
Info.SetHasArgs(true);
Info.SetArgsHelpText("The argument is the number of seconds to wait before rejoining.");
Info.SetArgsHelpText("Absolute path to modtcl.tcl file");
}
NETWORKMODULEDEFS(CModTcl, "Loads Tcl scripts as ZNC modules")