Skip to content

Commit 18ea67b

Browse files
committed
Update usage
1 parent 1c49469 commit 18ea67b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

triton-san/script/build_triton_shared_with_triton_san.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e
55

66
if [ "$#" -lt 3 ]; then
7-
echo "Usage: $0 <path to LLVM build directory> <path to Python venv> <path to triton>"
7+
echo "Usage: $0 <path to LLVM build directory> <path to Python venv> <path to Triton source directory>"
88
exit 1
99
fi
1010

triton-san/script/install_triton_san.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e
55

66
if [ "$#" -lt 4 ]; then
7-
echo "Usage: $0 <desired path for triton-san installation> <path to LLVM install directory> <path to Python venv> <path to triton>"
7+
echo "Usage: $0 <desired path for triton-san installation> <path to LLVM install directory> <path to Python venv> <path to Triton source directory>"
88
exit 1
99
fi
1010

0 commit comments

Comments
 (0)