sfeed_curses.1: fix a small typo in the man page - sfeed_curses - sfeed curses … | |
git clone git://git.codemadness.org/sfeed_curses | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 03908db38236f1f8a565aa883dc3b0e714270f6d | |
parent 7e4b1bb5850bd99213d82b758117294aa5abae2d | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 12 Sep 2021 16:43:39 +0200 | |
sfeed_curses.1: fix a small typo in the man page | |
Thanks Matteo for reporting and sending the patch! | |
Diffstat: | |
M sfeed_curses.1 | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/sfeed_curses.1 b/sfeed_curses.1 | |
@@ -203,7 +203,7 @@ will wait until the program is finished. | |
If set to "0" then it will suppress stdout and stderr output. | |
By default this is set to "1". | |
.It Ev SFEED_PLUMBER | |
-A program that received the link URL or enclosure URL as a parameter. | |
+A program that receives the link URL or enclosure URL as a parameter. | |
By default this is "xdg-open". | |
.It Ev SFEED_PLUMBER_INTERACTIVE | |
Handle the program interactively in the same terminal or not. |