]> Sergey Matveev's repositories - feeder.git/blobdiff - doc/usage/encs.texi
Remove unnecessary filename extensions
[feeder.git] / doc / usage / encs.texi
index 42bba52313d0a72a4c6997eff2ed25a670802fc4..2a0cc419db1a68ea73d695efb62d8704c7feadd9 100644 (file)
@@ -9,7 +9,7 @@ enclosure's filename is more or less filesystem-friendly with the
 current timestamp.
 
 @example
-$ ./feeds-encs.zsh
+$ ./feeds-encs
 [...]
 monsterfeet.com_grue.rss/encs/20220218-152822-traffic.libsyn.com_monsterfeet_grue_018.mp3
 www.astronews.ru_astronews.xml/encs/20220219-115710-www.astronews.ru_news_2022_20220216125238.jpg
@@ -21,12 +21,12 @@ www.astronews.ru_astronews.xml/encs/20220219-115710-www.astronews.ru_news_2022_2
   JPEG image data, JFIF standard 1.01, ...
 @end example
 
-@command{feeds-encs.zsh} does not parallelize jobs, because enclosure are
+@command{feeds-encs} does not parallelize jobs, because enclosure are
 often heavy enough to satiate your Internet link. @command{wget}'s
 progress is also printed both to stderr and @file{feeds/FEED/encs.log}.
 
 Of course you can download only single feed's enclosures:
 
 @example
-$ cmd/encs.zsh path/to/FEED [optional overriden destination directory]
+$ cmd/encs path/to/FEED [optional overriden destination directory]
 @end example