summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-14 07:52:33 -0600
committerSean E. Russell <ser@ser1.net>2020-02-14 07:52:33 -0600
commit64d4a81212a43a4b805b92963fd4da230b3ca313 (patch)
tree0d4b60ca935fce9fafb92a311fe4178529365f36 /README.md
parent7594f3ecec8d830fe4241c9a01f9939c932bb132 (diff)
parentfcdb71bfad2c782a480e980821f085e090cb437c (diff)
Merge remote-tracking branch 'mattLLVW/feature/network_interface_list'
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2377e5f..6f1061c 100644
--- a/README.md
+++ b/README.md
@@ -155,6 +155,10 @@ build massive edifices, you're in for disappointment.
`-i`, `--interface=NAME` Select network interface [default: all].
`-l`, `--layout=NAME` Choose a layout. gotop searches for a file by NAME in \$XDG_CONFIG_HOME/gotop, then relative to the current path. "-" reads a layout from stdin, allowing for simple, one-off layouts such as `echo net | gotop -l -`
+Several interfaces can be defined using comma separated values.
+
+Interfaces can also be ignored using `!`
+
## Built With
- [gizak/termui](https://github.com/gizak/termui)