mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
fix: Small typo in ticker off
description
This commit is contained in:
parent
5a6a5fbbdf
commit
0f68fcca8b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ func NewTicker(s *session.Session) *Ticker {
|
|||
}))
|
||||
|
||||
mod.AddHandler(session.NewModuleHandler("ticker off", "",
|
||||
"Stop the maint icker.",
|
||||
"Stop the main ticker.",
|
||||
func(args []string) error {
|
||||
return mod.Stop()
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue