diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-23 18:21:38 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-23 18:24:39 +0200 |
commit | 6adacc346a6b0406e69e77a24b204f2e74182471 (patch) | |
tree | d7c3c8bceb4be84a8e20703fa4b008f73f8ee3c5 /src/select/selection_file | |
parent | feat(videos): Init (diff) | |
download | yt-6adacc346a6b0406e69e77a24b204f2e74182471.tar.gz yt-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.str | 6 |
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. # |