diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-22 14:23:38 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-22 14:23:38 +0200 |
commit | 2fd17e51868b5f25e888b6aee1c1f56f3fbec40b (patch) | |
tree | 5ce49ca4092438e47fcb677e6594174bd346fbdb /src/select/selection_file/help.str | |
parent | feat(download): Support limiting the downloader by maximal cache size (diff) | |
download | yt-2fd17e51868b5f25e888b6aee1c1f56f3fbec40b.tar.gz yt-2fd17e51868b5f25e888b6aee1c1f56f3fbec40b.zip |
feat(select/file): Allow `--priority` argument to all functions
This allows setting a priority even on picked videos.
Diffstat (limited to 'src/select/selection_file/help.str')
-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 6e296f6..295bc4d 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 Mark the video given by the hash to be dropped -# u, url Open the video URL in Firefox's `timesinks.youtube` profile -# p, pick Reset the videos status to 'Pick' +# 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' # # See `yt select <cmd_name> --help` for more help. # |