From 92b5ebfca8c70dec006b0b99ed26eb287ab94c9a Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 18 Feb 2022 19:34:59 +0300 Subject: [PATCH] Unify @command usage --- doc/usage.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/usage.texi b/doc/usage.texi index 8af779f..5fa9f80 100644 --- a/doc/usage.texi +++ b/doc/usage.texi @@ -28,7 +28,7 @@ $ echo http://example.com/feed.atom > feeds/my_first_feed/url @end example or convert Newsboat @file{urls} file (containing many lines with URLs) -with @file{urls2feeds.zsh} to subdirectories hierarchy: +with @command{urls2feeds.zsh} to subdirectories hierarchy: @example $ ./urls2feeds.zsh < ~/.newsboat/urls @@ -36,7 +36,7 @@ $ cat feeds/blog.stargrave.org_russian_feed.atom/url http://blog.stargrave.org/russian/feed.atom @end example -@file{urls2feeds.zsh} won't touch already existing directories and will +@command{urls2feeds.zsh} won't touch already existing directories and will warn if some of them disappeared from @file{urls}. @item Download your feed(s) data @@ -118,7 +118,7 @@ see left tag-marks near each message to understand what was touched. @item Press @code{o} to open links and enclosures URLs Do it in pager mode and you message will be piped to -@file{cmd/x-urlview.sh}, that will show all @code{X-URL} +@command{cmd/x-urlview.sh}, that will show all @code{X-URL} and @code{X-Enclosure} links. @item Index your messages -- 2.44.0