Skip to content

Commit

Permalink
Fix typo in build.sh (#6935)
Browse files Browse the repository at this point in the history
  • Loading branch information
arduinocc04 committed Jul 6, 2023
1 parent b72d6c0 commit 3beb39f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ function print_help {
echo " Desktop matc target, release build:"
echo " \$ ./$self_name release matc"
echo ""
echo " Build gltf_viewer then immediately run it with no arguments:"
echo " \$ ./$self_name release run_gltf_viewer"
echo " Build gltf_viewer:"
echo " \$ ./$self_name release gltf_viewer"
echo ""
}

Expand Down

0 comments on commit 3beb39f

Please sign in to comment.