From 1b8fa1ec3a355d584bfe84dab8f606db5dc5aea1 Mon Sep 17 00:00:00 2001 From: cousine Date: Wed, 10 Feb 2016 17:35:15 +0200 Subject: [PATCH] Add new option to the readme --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index de200ec..1ab1fd9 100644 --- a/README.rst +++ b/README.rst @@ -122,6 +122,9 @@ The full usage:: Set tmux status refresh interval in seconds. Default: 1 second -g , --graph-lines Set how many lines should be drawn in a graph. Default: 10 + -m , --mem-mode + Set the memory presentation mode, 0 for used/total, 1 for free memory and 2 for percentage. + Default: 0 Authors