Skip to content

Commit 79b87d6

Browse files
Corrected help string for cmake-opts option of build_locally
1 parent 09acd20 commit 79b87d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_locally.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def run(
126126
)
127127
driver.add_argument(
128128
"--cmake-opts",
129-
help="DPCTLSyclInterface uses Google logger",
129+
help="Options to pass through to cmake",
130130
dest="cmake_opts",
131131
default="",
132132
type=str,

0 commit comments

Comments
 (0)