From ed01cf48d245f6158be3f64c972d7198eb3a3427 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Thu, 13 Feb 2020 13:45:16 -0600 Subject: [PATCH] Updates docs for layout rework. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index abf67ac..4627fa9 100644 --- a/README.md +++ b/README.md @@ -184,8 +184,7 @@ build massive edifices, you're in for disappointment. `-s`, `--statusbar` Show a statusbar with the time. `-b`, `--battery` Show battery level widget (`minimal` turns off). [preview](./assets/screenshots/battery.png) `-i`, `--interface=NAME` Select network interface [default: all]. -`-l`, `--layout=NAME` Choose a layout from definitions in the \$XDG_CONFIG_HOME/gotop directory -`--layout-file=NAME` Provide a path to a layout file to use (useful for mucking about with layouts) +`-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 -` ## Built With