Change :first for :newest

i.e. toggle default for the more-obvious option
This commit is contained in:
2020-07-06 19:25:17 +02:00
parent 64af86c11e
commit f18a128ee6
3 changed files with 9 additions and 9 deletions

View File

@@ -91,7 +91,7 @@ The arguments are:
- `debug`: to have some feedback from the script execution. Useful for debugging
- `force`: force refetch the rss feed and articles
- `silent`: don't output the final RSS (useless on its own, but can be nice when debugging)
- `first`: return the feed items in the order they initially appear in the feed (morss ohterwise shows the newest items first)
- `newest`: return the feed items in chronological order (morss ohterwise shows the items by appearing order)
- http server only
- `callback=NAME`: for JSONP calls
- `cors`: allow Cross-origin resource sharing (allows XHR calls from other servers)