]> Sergey Matveev's repositories - feeder.git/blobdiff - doc/usage/feedsdir.texi
Remove unnecessary filename extensions
[feeder.git] / doc / usage / feedsdir.texi
index 05180091975c101eb783cf5f4cb908a6b72e8b9e..48fcb8ac81c77aafecb46bbe3b4e24f9731a6732 100644 (file)
@@ -10,13 +10,13 @@ $ echo http://example.com/feed.atom > feeds/my_first_feed/url
 @end example
 
 Or you can convert Newsboat @file{urls} file (containing many lines with
-URLs) with @command{urls2feeds.zsh} to subdirectories hierarchy:
+URLs) with @command{urls2feeds} to subdirectories hierarchy:
 
 @example
-$ ./urls2feeds.zsh < ~/.newsboat/urls
+$ ./urls2feeds < ~/.newsboat/urls
 $ cat feeds/blog.stargrave.org_russian_feed.atom/url
 http://blog.stargrave.org/russian/feed.atom
 @end example
 
-@command{urls2feeds.zsh} won't touch already existing directories and will
+@command{urls2feeds} won't touch already existing directories and will
 warn if any of them disappears from @file{urls}.