Browse Source

Updated help/README

spesk1 4 years ago
parent
commit
d7e60b49ea
2 changed files with 3 additions and 2 deletions
  1. 1 1
      README.md
  2. 2 1
      dap-tool

+ 1 - 1
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.

+ 2 - 1
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'});