summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Krennmair <ak@synflood.at>2007-02-09 16:18:01 +0000
committerAndreas Krennmair <ak@synflood.at>2007-02-09 16:18:01 +0000
commit1b9114b574f3ba34a8ed9f70b56c1cfee4f17199 (patch)
treec04ae5c0b3494cf6948e25fcf4205e720381a94b
parent0ca76d3a6a094036a1ab0e86abf7e865348521ac (diff)
Andreas Krennmair:
added missing examples in configuration.
-rw-r--r--doc/newsbeuter.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/newsbeuter.txt b/doc/newsbeuter.txt
index 19c724fc..3dc90ce1 100644
--- a/doc/newsbeuter.txt
+++ b/doc/newsbeuter.txt
@@ -121,8 +121,8 @@ use-proxy|[yes/no]|no|If yes, then the configured proxy will be used for downloa
proxy|<server:port>||Set the proxy to use for downloading RSS feeds.|proxy localhost:3128
proxy-auth|<auth>||Set the proxy authentication string.|proxy-auth user:password
color|<element> <fgcolor> <bgcolor> [<attr> ...]||Set the foreground color, background color and optional attributes for a certain element|color background white black
-auto-reload|[yes/no]|no|If enabled, all feeds will be automatically reloaded at start up and then continuously after a certain time has passed (see reload-time).
-reload-time|<number>|30|The number of minutes between automatic reloads.
+auto-reload|[yes/no]|no|If enabled, all feeds will be automatically reloaded at start up and then continuously after a certain time has passed (see reload-time).|auto-reload yes
+reload-time|<number>|30|The number of minutes between automatic reloads.|reload-time 60
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~