summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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)