Skip to content

Commit 8a5c335

Browse files
committed
Correct the --cmake-build-args help text
1 parent 320765d commit 8a5c335

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

colcon_cmake/task/cmake/build.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ def add_arguments(self, *, parser): # noqa: D102
6969
nargs='*',
7070
help='Pass arguments to cmake --build. '
7171
'Arguments matching other options must be prefixed by a space,\n'
72-
'e.g. --cmake-args " --help" (stdout might not be shown by '
73-
'default, e.g. add `--event-handlers console_cohesion+`)')
72+
'e.g. --cmake-build-args " --parallel" 4')
7473

7574
async def build( # noqa: D102
7675
self, *, additional_hooks=None, skip_hook_creation=False,

0 commit comments

Comments
 (0)