From 6adacc346a6b0406e69e77a24b204f2e74182471 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 23 Aug 2024 18:21:38 +0200 Subject: fix(select/cmds): Accept the watch flags for every command This makes it easier to change the status of a video, without having to painstakingly remove the flags too. --- src/select/selection_file/help.str | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/select/selection_file') diff --git a/src/select/selection_file/help.str b/src/select/selection_file/help.str index 295bc4d..9f4a896 100644 --- a/src/select/selection_file/help.str +++ b/src/select/selection_file/help.str @@ -1,8 +1,8 @@ # Commands: # w, watch [-p,-s,-l] Mark the video given by the hash to be watched -# d, drop [-p] Mark the video given by the hash to be dropped -# u, url [-p] Open the video URL in Firefox's `timesinks.youtube` profile -# p, pick [-p] Reset the videos status to 'Pick' +# d, drop [-p,-s,-l] Mark the video given by the hash to be dropped +# u, url [-p,-s,-l] Open the video URL in Firefox's `timesinks.youtube` profile +# p, pick [-p,-s,-l] Reset the videos status to 'Pick' # # See `yt select --help` for more help. # -- cgit 1.4.1