Skip to content

Commit cde3269

Browse files
Merge pull request #1157 from IntelPython/fix-doc-for-cmake-opts-in-build-locally
Corrected help string for cmake-opts option of build_locally
2 parents 2a3558c + 79b87d6 commit cde3269

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)