This commit is contained in:
Nikita Smith
2026-06-02 12:10:23 -07:00
committed by Ryan Fleury
parent bf1fd5fbe8
commit a60b61cafd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ while [[ $# -gt 0 ]]; do
shift
;;
*)
echo "usage: $0 [clang|clang-*|gcc|gcc-*] [debug|release] [no_torture] [-- <torture args>]"
echo "usage: $0 [clang|clang-*|gcc|gcc-*] [debug|release] [no_torture] [-- torture-args]"
exit 1
;;
esac