mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
docs: readme update
This commit is contained in:
parent
f0614395d8
commit
fe5f422aa6
2 changed files with 111 additions and 3 deletions
|
@ -14,7 +14,7 @@ type Options struct {
|
|||
func ParseOptions() (Options, error) {
|
||||
o := Options{
|
||||
InterfaceName: flag.String("iface", "", "Network interface to bind to."),
|
||||
Caplet: flag.String("caplet", "", "Read commands from this file instead of goin into interactive mode."),
|
||||
Caplet: flag.String("caplet", "", "Read commands from this file and execute them in the interactive session."),
|
||||
Debug: flag.Bool("debug", false, "Print debug messages."),
|
||||
Silent: flag.Bool("silent", false, "Suppress all logs which are not errors."),
|
||||
NoHistory: flag.Bool("no-history", false, "Disable history file."),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue