From f9f6a990944d29776c8304ccd1c977e2ffdb7879 Mon Sep 17 00:00:00 2001 From: nytpu Date: Thu, 18 Mar 2021 15:48:31 -0600 Subject: Cleaned up and clarified documentation --- doc/comitium.1.scd | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'doc/comitium.1.scd') diff --git a/doc/comitium.1.scd b/doc/comitium.1.scd index 104747e..4481e2c 100644 --- a/doc/comitium.1.scd +++ b/doc/comitium.1.scd @@ -54,6 +54,14 @@ command-specific flags that are not universally recognized. *-d* _PATH_, *--data* _PATH_ Set the data directory where *comitium* will store its files. +## REFRESH FLAGS + +*-n* _NUM_, *--num-workers* _NUM_ + Number of worker threads to use when refreshing feeds. More is faster, but + there are more concurrent outgoing requests then, which can be not nice to + the servers you're hitting and to other people on your network. Defaults to + 5. + ## ADD FLAGS *-w*, *--watch* @@ -103,7 +111,7 @@ comitium add gemini://nytpu.com/gemlog/ This will add a new subscription over http: ``` -comitium add -t a https://www.nytpu.com/files/atom.xml +comitium add https://www.nytpu.com/files/atom.xml ``` This will add a new subscription to watch for changes: @@ -126,8 +134,9 @@ instance if you want to separate different topics into their own feeds. For more information, see the README at or in your local copy of the repository. -For a tutorial, see the docs at or in -*docs/* in your local repository. +For a tutorial, see the quickstart at + or in *docs/* in your +local repository. # AUTHOR -- cgit v1.2.3