Skip to content

Commit

Permalink
Fix typo in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Nov 9, 2023
1 parent a23e63a commit 118d817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/flactomp3
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Copyright 2019-2023 David Rabkin
# shellcheck disable=SC1091,SC2034 # File not following, variable unused.
readonly \
BASE_APP_VERSION=0.9.20230312 \
BASE_APP_VERSION=0.9.20231109 \
BASE_MIN_VERSION=0.9.20230312
. base.sh
[ "$#" -eq 1 ] || die Usage: flactomp3.sh FILENAME.flac.
[ "$#" -eq 1 ] || die Usage: flactomp3 FILENAME.flac.
readonly \
SRC="$1" \
TAG="$BASE_WIP"/tags
Expand Down

0 comments on commit 118d817

Please sign in to comment.