Remove remaining --debug from README

master
pictuga 2020-08-24 19:39:27 +02:00
parent 75935114e4
commit 8697c3f0df
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ The list of arguments can be obtained by running `morss --help`
```
usage: morss [-h] [--format {rss,json,html,csv}] [--search STRING] [--clip] [--indent] [--cache] [--force] [--proxy] [--newest] [--firstlink] [--items XPATH] [--item_link XPATH]
[--item_title XPATH] [--item_content XPATH] [--item_time XPATH] [--nolink] [--noref] [--debug]
[--item_title XPATH] [--item_content XPATH] [--item_time XPATH] [--nolink] [--noref] [--silent]
url
Get full-text RSS feeds
@ -230,7 +230,7 @@ Run:
```
morss [--argwithoutvalue] [--argwithvalue=value] [...] FEEDURL
```
For example: `morss --debug http://feeds.bbci.co.uk/news/rss.xml`
For example: `morss --clip http://feeds.bbci.co.uk/news/rss.xml`
*(Brackets indicate optional text)*