mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
ac89778f32
commit
443e814dc4
1 changed files with 4 additions and 0 deletions
|
@ -95,12 +95,16 @@ By issuing `bettercap-ng -h` the main command line options will be shown:
|
||||||
Usage of ./bettercap-ng:
|
Usage of ./bettercap-ng:
|
||||||
-caplet string
|
-caplet string
|
||||||
Read commands from this file and execute them in the interactive session.
|
Read commands from this file and execute them in the interactive session.
|
||||||
|
-cpu-profile file
|
||||||
|
Write cpu profile file.
|
||||||
-debug
|
-debug
|
||||||
Print debug messages.
|
Print debug messages.
|
||||||
-eval string
|
-eval string
|
||||||
Run one or more commands separated by ; in the interactive session, used to set variables via command line.
|
Run one or more commands separated by ; in the interactive session, used to set variables via command line.
|
||||||
-iface string
|
-iface string
|
||||||
Network interface to bind to, if empty the default interface will be auto selected.
|
Network interface to bind to, if empty the default interface will be auto selected.
|
||||||
|
-mem-profile file
|
||||||
|
Write memory profile to file.
|
||||||
-no-history
|
-no-history
|
||||||
Disable interactive session history file.
|
Disable interactive session history file.
|
||||||
-silent
|
-silent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue