Skip to content

Commit

Permalink
fix build usage flags
Browse files Browse the repository at this point in the history
  • Loading branch information
octobanana committed Jan 15, 2019
1 parent 995e52f commit 7973f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -9,7 +9,7 @@ if [[ $# > 0 ]]; then
elif [[ $1 == "--release" ]]; then
BUILD_TYPE="release"
else
printf "usage: ./build.sh [-d|-r]\n";
printf "usage: ./build.sh [--debug|--release]\n";
exit 1
fi
fi
Expand Down

0 comments on commit 7973f7f

Please sign in to comment.