summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-03-19 17:52:00 -0600
committernytpu <alex@nytpu.com>2021-03-19 17:52:00 -0600
commit7c45ad1f06782e18a704cb4b94b59bbb72ab3b5f (patch)
tree319e01594e173c3fb566272d332941bd3f9abf2e /doc
parent5a4d499d8142fa4ff214b050880b1476bfc2cb0a (diff)
cleanup docs
Diffstat (limited to 'doc')
-rw-r--r--doc/comitium.1.scd7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/comitium.1.scd b/doc/comitium.1.scd
index 20ed8d4..825e29a 100644
--- a/doc/comitium.1.scd
+++ b/doc/comitium.1.scd
@@ -49,7 +49,8 @@ command-specific flags that are not universally recognized.
## GLOBAL FLAGS
*-d* _PATH_, *--data* _PATH_
- Set the data directory where *comitium* will store its files.
+ Set the data directory where comitium will store its files. See *FILES AND
+ DIRECTORIES* for more information.
## REFRESH FLAGS
@@ -91,7 +92,7 @@ Within the data directory, the following files are used:
*comitium.json*
A json file listing all of the feeds, their titles, their subscription
- type, and subscription-type–specific information. If you need to modify a
+ type, and subscription-type-specific information. If you need to modify a
subscription (change its title, update a link, etc) it should be trivial to
manually edit.
@@ -117,7 +118,7 @@ comitium add https://www.nytpu.com/files/atom.xml
This will add a new subscription to watch for changes:
```
-comitium add --watch gemini://nytpu.com/photos/by-date.gmi nytpu's photos
+comitium add --watch gemini://nytpu.com/photos/by-date.gmi "nytpu's photos"
```
Note that when watching a page for changes, you should manually add a title,
otherwise the URL will be used.