From 6639a4288f704ce94582f96a49b205960fa14800 Mon Sep 17 00:00:00 2001 From: nytpu Date: Sat, 20 Mar 2021 10:10:01 -0600 Subject: Add flags to remove for more fine-grained removals --- doc/comitium.1.scd | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'doc/comitium.1.scd') diff --git a/doc/comitium.1.scd b/doc/comitium.1.scd index fe70106..b958167 100644 --- a/doc/comitium.1.scd +++ b/doc/comitium.1.scd @@ -38,8 +38,9 @@ variety of feed formats: *refresh* afterwards, *add* will automatically fetch the entries and regenerate the .gmi and .json files. -*remove* <_LINK_> - Remove a subscription at _LINK_. +*remove* [_FLAGS_] <_LINK_> + Remove a subscription at _LINK_. Will remove from both subscribed feeds and + subscribed pages by default. *help* Print basic usage information, including a list of commands and flags with @@ -73,6 +74,14 @@ command-specific flags that are not universally recognized. Watch a page for changes instead of adding as a feed. Useful for gophermaps, or gemini/http resources with no parseable feed. +## REMOVE FLAGS + +*-f*, *--feeds* + Remove the URL from subscribed feeds. + +*-p*, *--pages* + Remove the URL from subscribed pages. + # ENVIRONMENT VARIABLES *COMITIUM_DATA* -- cgit v1.2.3