summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2014-12-28 18:45:24 +0100
committerUltrabug <ultrabug@gentoo.org>2014-12-28 18:45:24 +0100
commit2be49d5b57d01df3f5cf40c4988374fbbf54a496 (patch)
tree5c03eb5981325697661c6b9e4c9d4d2f4cac01c7
parent798558fa55091fd5e284ba041ec8f780d62953b2 (diff)
update the options list
-rw-r--r--README.rst23
1 files changed, 14 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index 0ee9d6d..0d3469e 100644
--- a/README.rst
+++ b/README.rst
@@ -84,15 +84,20 @@ Options
=======
You can see the help of py3status by issuing `py3status -h`:
::
- -c I3STATUS_CONF path to i3status config file
- --debug be verbose in syslog
- -i INCLUDE_PATHS include user-written modules from those directories
- (default .i3/py3status)
- -n INTERVAL update interval in seconds (default 1 sec)
- -s, --standalone standalone mode, do not use i3status
- -t CACHE_TIMEOUT default injection cache timeout in seconds
- (default 60 sec)
- -v, --version show py3status version and exit
+ -h, --help show this help message and exit
+ -c I3STATUS_CONF, --config I3STATUS_CONF
+ path to i3status config file
+ -d, --debug be verbose in syslog
+ -i INCLUDE_PATHS, --include INCLUDE_PATHS
+ include user-written modules from those directories
+ (default ~/.i3/py3status)
+ -n INTERVAL, --interval INTERVAL
+ update interval in seconds (default 1 sec)
+ -s, --standalone standalone mode, do not use i3status
+ -t CACHE_TIMEOUT, --timeout CACHE_TIMEOUT
+ default injection cache timeout in seconds (default 60
+ sec)
+ -v, --version show py3status version and exit
Control
=======