From 966ac3f1b6ff4a8f1f56aca7cfb4c92642bf2a55 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:58:45 -0500 Subject: add help --- bin/.local/bin/scripts/perl/sdownload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/.local/bin/scripts/perl/sdownload b/bin/.local/bin/scripts/perl/sdownload index 7f5daa5..4721772 100755 --- a/bin/.local/bin/scripts/perl/sdownload +++ b/bin/.local/bin/scripts/perl/sdownload @@ -9,7 +9,7 @@ use warnings; use File::Path qw(make_path); use File::HomeDir; -my $file = $ARGV[0] or die "Usage: ./sdownload download.txt\n"; +my $file = $ARGV[0] or die "Usage: ./sdownload download.txt\n takes format like this: GENRE (folder name) - spotify link\n"; open(my $fh, '<', $file) or die "Could not open file '$file': $!"; -- cgit v1.2.3