From 8697c3f0dfa8d3095d2a1a5a5708d13de301fc33 Mon Sep 17 00:00:00 2001 From: pictuga Date: Mon, 24 Aug 2020 19:39:27 +0200 Subject: [PATCH] Remove remaining --debug from README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05b70c5..00921be 100644 --- a/README.md +++ b/README.md @@ -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)*