Skip to content

Commit

Permalink
fix: fix build.sh help text (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: Koy ['kɔɪ] <koy@ko8e24.top>
  • Loading branch information
r2p2 and Koooooo-7 committed Mar 31, 2023
1 parent fb0b97b commit 2e04a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function release() {
}

function help() {
echo "$0 --cmd [format|test|release]"
echo "$0 [format|test|release]"
}

if [ "$1" == "" ]; then
Expand Down

0 comments on commit 2e04a44

Please sign in to comment.