about summary refs log tree commit diff stats
path: root/src/select/selection_file
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-24 11:29:33 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-24 11:45:30 +0200
commit35db9c0d4ad2029300087370ccaa5c49b10d1638 (patch)
tree3e59d4e4010b6df601310a31007f1b2f311b1e95 /src/select/selection_file
parentfeat(cli/config): Show the currently active configuration (diff)
downloadyt-35db9c0d4ad2029300087370ccaa5c49b10d1638.tar.gz
yt-35db9c0d4ad2029300087370ccaa5c49b10d1638.zip
fix(cli/selectCommand): Explicitly set the aliases
Otherwise the `w` alias for `watch` would conflict with `watched` and
thus not work.
Diffstat (limited to 'src/select/selection_file')
-rw-r--r--src/select/selection_file/help.str9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/select/selection_file/help.str b/src/select/selection_file/help.str
index 9f4a896..f3ad2f2 100644
--- a/src/select/selection_file/help.str
+++ b/src/select/selection_file/help.str
@@ -1,8 +1,9 @@
 # Commands:
-#   w, watch [-p,-s,-l]   Mark the video given by the hash to be watched
-#   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'
+#   w,  watch    [-p,-s,-l]   Mark the video given by the hash to be watched
+#   wd, watched  [-p,-s,-l]   Mark the video given by the hash as already watched
+#   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.
 #