diff --git a/app/bak b/app/bak index b65135f..6b7138e 100755 --- a/app/bak +++ b/app/bak @@ -4,10 +4,10 @@ # Makes incremental backups from the first parameter to the second. # shellcheck disable=SC1091,SC2034 # File not following, appears unused. readonly \ - BASE_APP_VERSION=0.9.20231021 \ + BASE_APP_VERSION=0.9.20231109 \ BASE_MIN_VERSION=0.9.20230312 . base.sh -[ "$#" -eq 2 ] || die Usage: bak.sh source destination. +[ "$#" -eq 2 ] || die Usage: bak source destination. readonly \ DST="$2" \ SRC="$1" diff --git a/app/flactomp3 b/app/flactomp3 index e8e9769..224699b 100755 --- a/app/flactomp3 +++ b/app/flactomp3 @@ -6,7 +6,7 @@ readonly \ BASE_APP_VERSION=0.9.20231109 \ BASE_MIN_VERSION=0.9.20230312 . base.sh -[ "$#" -eq 1 ] || die Usage: flactomp3 FILENAME.flac. +[ "$#" -eq 1 ] || die Usage: flactomp3 filename. readonly \ SRC="$1" \ TAG="$BASE_WIP"/tags