summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatt Melquiond <matt.llvw@gmail.com>2019-09-09 20:46:34 +0200
committerMatt Melquiond <matt.llvw@gmail.com>2019-09-09 20:46:34 +0200
commitfcdb71bfad2c782a480e980821f085e090cb437c (patch)
tree059d465ad97558eac40b0d7a6deb939ad6289d5c /README.md
parentb80258b07e3efcce8e2d58f32e84e72785090cb5 (diff)
added cli usage info, removed useless type alias
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 1239a18..4cda841 100644
--- a/README.md
+++ b/README.md
@@ -115,6 +115,10 @@ To make a custom colorscheme, check out the [template](./colorschemes/template.g
`-b`, `--battery` Show battery level widget (`minimal` turns off). [preview](./assets/screenshots/battery.png)
`-i`, `--interface=NAME` Select network interface [default: all].
+Several interfaces can be defined using comma separated values.
+
+Interfaces can also be ignored using `!`
+
## Built With
- [gizak/termui](https://github.com/gizak/termui)