mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
7b4fc3d31d
commit
5652d15426
6 changed files with 177 additions and 14 deletions
|
@ -126,6 +126,10 @@ func NewZeroGod(s *session.Session) *ZeroGod {
|
|||
"",
|
||||
"If an IPP acceptor is started, this setting defines where to save documents received for printing."))
|
||||
|
||||
mod.AddParam(session.NewBoolParameter("zerogod.verbose",
|
||||
"false",
|
||||
"Log every mDNS query."))
|
||||
|
||||
return mod
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue