From c6188975d2da6c1696c4433f6fce8ae4c9a6ac38 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 12 Apr 2023 08:15:20 -0300 Subject: bin/: Make help string more consistent across several executables --- bin/yt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/yt') diff --git a/bin/yt b/bin/yt index aa39fd1..83b32cb 100755 --- a/bin/yt +++ b/bin/yt @@ -12,6 +12,7 @@ usage() { help() { cat <<-'EOF' + Options: -n PLAYLIST_COUNT the number of videos to grab from a playlist (default: 15) @@ -23,6 +24,7 @@ help() { FILE a file with 'https://...' addresses, one per line + Download videos and store them locally. -- cgit v1.2.3