diff options
| author | BardofSprites <[email protected]> | 2026-02-02 18:58:45 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-02-02 18:58:45 -0500 |
| commit | 966ac3f1b6ff4a8f1f56aca7cfb4c92642bf2a55 (patch) | |
| tree | 85870dc9ce587778128a6b5f516152d078149f2b | |
| parent | 92c42887dc323765cda013362e79ee0df14584a4 (diff) | |
add help
| -rwxr-xr-x | bin/.local/bin/scripts/perl/sdownload | 2 |
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': $!"; |
