Skip to content

Commit 7cb28c3

Browse files
authored
[NFC][BuildBot] Fix typo in the help message (#6161)
1 parent dd41845 commit 7cb28c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def main():
212212
parser.add_argument("--enable-esimd-emulator", action='store_true', help="build with ESIMD emulation support")
213213
parser.add_argument("--no-assertions", action='store_true', help="build without assertions")
214214
parser.add_argument("--docs", action='store_true', help="build Doxygen documentation")
215-
parser.add_argument("--werror", action='store_true', help="Don't treat warnings as errors")
215+
parser.add_argument("--werror", action='store_true', help="Treat warnings as errors")
216216
parser.add_argument("--shared-libs", action='store_true', help="Build shared libraries")
217217
parser.add_argument("--cmake-opt", action='append', help="Additional CMake option not configured via script parameters")
218218
parser.add_argument("--cmake-gen", default="Ninja", help="CMake generator")

0 commit comments

Comments
 (0)