Skip to content

Commit

Permalink
Show the conflicting version in -g
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Sep 13, 2022
1 parent 05a57be commit 2470913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ while getopts ":celLzusSop:dw:a:r:t:g:m:n:" opt; do
fi
# Only one version per game type is allowed
if [ -n "${game_type_version[$game_type]}" ]; then
echo "Invalid argument for option \"-g\" ($i) - Only one version per game type is supported." >&2
echo "Invalid argument for option \"-g\" (${game_type_version[$game_type]}, $i) - Only one version per game type is supported." >&2
usage
exit 1
fi
Expand Down

0 comments on commit 2470913

Please sign in to comment.