]> git.armaanb.net Git - bin.git/blobdiff - man/rss.1.scd
rss: implement parallel downloads
[bin.git] / man / rss.1.scd
index 9ea9f7ca3afac6ce4e412f32eca543e041599082..ba58ab28ee17b596d43af4a43361f459bd02c83f 100644 (file)
@@ -4,11 +4,13 @@ rss(1)
 rss - fetch rss feeds and launch sfeed_curses
 
 # SYNOPSIS
-rss [path to feeds]
+rss [path to feeds] [number of threads]
 
 # DESCRIPTION
-Downloads feeds from the first argument (defaults to ~/org/feeds), and opens
-them in sfeed_curses. Depends on sfeed_curses and libxml2.
+Downloads RSS feeds listed in the file provided by the first argument (defaults
+to ~/org/feeds), and opens them in sfeed_curses. Download with as many parallel
+jobs as specified in the second argument (defaults to 4). Depends on
+sfeed_curses and libxml2.
 
 # COPYRIGHT
 This is free and unencumbered software released into the public domain. For more