aboutsummaryrefslogtreecommitdiffstats
path: root/src/select/selection_file
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-23 18:21:38 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-23 18:24:39 +0200
commit6adacc346a6b0406e69e77a24b204f2e74182471 (patch)
treed7c3c8bceb4be84a8e20703fa4b008f73f8ee3c5 /src/select/selection_file
parentfeat(videos): Init (diff)
downloadyt-6adacc346a6b0406e69e77a24b204f2e74182471.zip
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.
Diffstat (limited to 'src/select/selection_file')
-rw-r--r--src/select/selection_file/help.str6
1 files changed, 3 insertions, 3 deletions
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 <cmd_name> --help` for more help.
#