aboutsummaryrefslogtreecommitdiff
path: root/bin/.local
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2026-02-02 18:58:45 -0500
committerBardofSprites <[email protected]>2026-02-02 18:58:45 -0500
commit966ac3f1b6ff4a8f1f56aca7cfb4c92642bf2a55 (patch)
tree85870dc9ce587778128a6b5f516152d078149f2b /bin/.local
parent92c42887dc323765cda013362e79ee0df14584a4 (diff)
add help
Diffstat (limited to 'bin/.local')
-rwxr-xr-xbin/.local/bin/scripts/perl/sdownload2
1 files changed, 1 insertions, 1 deletions
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': $!";