Skip to content

Commit

Permalink
apply consistent processing order
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Sep 17, 2024
1 parent 830b06f commit 8ccf87d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/harmonica
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ for ARG in $ARGS; do
BATCH_CAPACITY="$1"
shift
;;
-h)
usage
exit
;;
-v)
echo "$HARMONICA_VERSION"
exit
;;
-h)
usage
exit
;;
-*)
usage
exit 1
Expand Down

0 comments on commit 8ccf87d

Please sign in to comment.