aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEuro20179 <f>2021-03-02 16:27:18 -0800
committerEuro20179 <f>2021-03-02 16:27:18 -0800
commit145d93394ca1918ee9637d54e88516e7ad298ee1 (patch)
tree180ff0b431c1fcd65880ecd85c8a48373dd61662
parenta8432b89785757e2ca7ae6c2bf8a98e4dd671c80 (diff)
downloadytfzf-145d93394ca1918ee9637d54e88516e7ad298ee1.tar.gz
fixed awful texteditor whitespace in helpinfo
-rwxr-xr-xytfzf20
1 files changed, 10 insertions, 10 deletions
diff --git a/ytfzf b/ytfzf
index 966412a..5b52028 100755
--- a/ytfzf
+++ b/ytfzf
@@ -45,20 +45,20 @@ dep_ck "jq" "youtube-dl" "$YTFZF_PLAYER";
helpinfo () {
printf "Usage: %bytfzf [OPTIONS] %b<search-query>%b\n" "\033[1;32m" "\033[1;33m" "\033[0m";
printf " OPTIONS:\n"
-printf " -h, --help Show this help text\n";
-printf " -t, --thumbnails Show thumbnails (requires ueberzug)\n";
-printf " Doesn't work with -H -D\n";
-printf " -D, --ext-menu Use external menu(default dmenu) instead of fzf \n";
-printf " -H, --choose-from-history Choose from history \n";
-printf " -x, --clear-history Delete history\n";
+printf " -h, --help Show this help text\n";
+printf " -t, --thumbnails Show thumbnails (requires ueberzug)\n";
+printf " Doesn't work with -H -D\n";
+printf " -D, --ext-menu Use external menu(default dmenu) instead of fzf \n";
+printf " -H, --choose-from-history Choose from history \n";
+printf " -x, --clear-history Delete history\n";
printf " -m, --audio-only <search-query> Audio only (for music)\n";
printf " -d, --download <search-query> Download to current directory\n";
-printf " -f <search-query> Show available formats before proceeding\n";
+printf " -f <search-query> Show available formats before proceeding\n";
printf " -a, --auto-play <search-query> Auto play the first result, no selector\n";
printf " -r --random-play <search-query> Auto play a random result, no selector\n";
-printf " -n, --link-count= <link-count> To specify number of videos to select with -a or -r\n";
-printf " -l, --loop <search-query> Loop: prompt selector again after video ends\n";
-printf " -s <search-query> After the video ends make another search \n";
+printf " -n, --link-count= <link-count> To specify number of videos to select with -a or -r\n";
+printf " -l, --loop <search-query> Loop: prompt selector again after video ends\n";
+printf " -s <search-query> After the video ends make another search \n";
printf " -L, --link-only <search-query> Prints the selected URL only, helpful for scripting\n";
printf " Use - instead of <search-query> for stdin\n";
printf "\n"
Un proyecto texto-plano.xyz