diff options
-rw-r--r-- | sfeed_curses.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfeed_curses.1 b/sfeed_curses.1 index 56b2a92..4b2afbd 100644 --- a/sfeed_curses.1 +++ b/sfeed_curses.1 @@ -141,12 +141,12 @@ This will only work when .Ev SFEED_URL_FILE is set. .It f -Mark all items of the current loaded feed as read. +Mark all items of the currently loaded feed as read. This will only work when .Ev SFEED_URL_FILE is set. .It F -Mark all items of the current loaded feed as unread. +Mark all items of the currently loaded feed as unread. This will only work when .Ev SFEED_URL_FILE is set. @@ -325,7 +325,7 @@ Toggle showing only feeds with new items in the sidebar ('t' keybind). .Pp Go to the first row in the current panel ('g' keybind). .Pp -Load the current selected feed ('o' keybind'). +Load the currently selected feed ('o' keybind'). .It Set a file to use for managing read and unread items. This is a plain-text file containing a list of read URLs, one URL per line. |