commit d7e60b49eac028427dd920fdb6bd5ddb97d3dabb
Author: spesk1 <spesk@pm.me>
Date: Wed Apr 15 22:25:12 2020 -0400
Updated help/README
diff --git a/README.md b/README.md
index 179e9f9..ef8bd18 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# dac-tool
+# dap-tool
Little script used to wrap common CLI operations I use with my music players
and associated SD cards.
diff --git a/dap-tool b/dap-tool
index 900baec..8d2b443 100755
--- a/dap-tool
+++ b/dap-tool
@@ -38,7 +38,7 @@ sub print_help {
my $help = <<EOF
dac-tool
Usage:
- --source-path
+ --source-path [Required]
Path to search for music directories
--dest-path
@@ -124,6 +124,7 @@ sub sync($$) {
}
+# Main
check_args();
if ( defined $args{'clean-zips'} ) {
clean_zips($args{'source-path'});