diff options
Diffstat (limited to 'bin/.local')
| -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': $!"; |
