summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Horn <jeffreyh@zillowgroup.com>2019-09-26 16:01:02 -0700
committerJeffrey Horn <jeffreyh@zillowgroup.com>2019-09-26 16:01:02 -0700
commitb1e97a8a798a3bb8b935cf9140ec26dbe31dfefb (patch)
treeb61b60235e8c3bf8597eb3ed507b66176488ea24
parent2cd92e147e6b7f60d76693f93f3a52e66a2fa9d1 (diff)
Add missing cli option to README and fix formatting
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 458d534..cb441b4 100644
--- a/README.md
+++ b/README.md
@@ -111,14 +111,15 @@ To make a custom colorscheme, check out the [template](./colorschemes/template.g
`-V`, `--version` Print version and exit.
`-p`, `--percpu` Show each CPU in the CPU widget.
`-a`, `--averagecpu` Show average CPU in the CPU widget.
+`-f`, `--fahrenheit` Show temperatures in fahrenheit.
`-s`, `--statusbar` Show a statusbar with the time.
-`-b`, `--battery` Show battery level widget (`minimal` turns off). [preview](./assets/screenshots/battery.png)
+`-b`, `--battery` Show battery level widget (`minimal` turns off). [preview](./assets/screenshots/battery.png)
`-i`, `--interface=NAME` Select network interface [default: all].
## Built With
- [gizak/termui](https://github.com/gizak/termui)
- - [nsf/termbox](https://github.com/nsf/termbox-go)
+- [nsf/termbox](https://github.com/nsf/termbox-go)
- [exrook/drawille-go](https://github.com/exrook/drawille-go)
- [shirou/gopsutil](https://github.com/shirou/gopsutil)
- [goreleaser/nfpm](https://github.com/goreleaser/nfpm)