diff --git a/modules/modtcl.cpp b/modules/modtcl.cpp index 3ef27615..53cbab09 100644 --- a/modules/modtcl.cpp +++ b/modules/modtcl.cpp @@ -494,7 +494,7 @@ void CModTclStartTimer::RunJob() { template<> void TModInfo(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")