summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pedersen <Limero@users.noreply.github.com>2018-03-15 13:40:15 +0100
committerGitHub <noreply@github.com>2018-03-15 13:40:15 +0100
commit886a81c326f6fb397b07effa5ba6640f3d501a8e (patch)
tree54bf8881dcd2d06b65ec3b6fdc99acef9dfd4e26
parent44ea11603081488e4b6c59fdf4461b9d3b8ab105 (diff)
Fixed typo
-rw-r--r--doc/configcommands.dsv2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/configcommands.dsv b/doc/configcommands.dsv
index 51acc39d..aede4041 100644
--- a/doc/configcommands.dsv
+++ b/doc/configcommands.dsv
@@ -1,4 +1,4 @@
-always-display-description||[true/false]||false||If true, then the description will always displayed even if e.g. a content:encoded tag has been found.||always-display-description true
+always-display-description||[true/false]||false||If true, then the description will always be displayed even if e.g. a content:encoded tag has been found.||always-display-description true
always-download||<url> [<url>]||n/a||The parameters of this configuration command are one or more RSS URLs. These URLs will always get downloaded, regardless of their Last-Modified timestamp and ETag header.||always-download "http://www.n-tv.de/23.rss"
article-sort-order||<sortfield>[-<direction>]||date||The sortfield specifies which article property shall be used for sorting (currently available: date, title, flags, author, link, guid). The optional direction specifies the sort direction ("asc" specifies ascending sorting, "desc" specifies descending sorting. for date, "desc" is default, for all others, "asc" is default).||article-sort-order author-desc
articlelist-format||<format>||"%4i %f %D %6L %?T?|%-17T| ?%t"||This variable defines the format of entries in the article list. See the respective section in the documentation for more information on format strings.||articlelist-format "%4i %f %D %?T?|%-17T| ?%t"