Skip to content

Commit 11d4110

Browse files
committed
Correct the --cmake-build-args help text
1 parent 97c8c79 commit 11d4110

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
@@ -68,8 +68,7 @@ def add_arguments(self, *, parser): # noqa: D102
6868
nargs='*',
6969
help='Pass arguments to cmake --build. '
7070
'Arguments matching other options must be prefixed by a space,\n'
71-
'e.g. --cmake-args " --help" (stdout might not be shown by '
72-
'default, e.g. add `--event-handlers console_cohesion+`)')
71+
'e.g. --cmake-build-args " --parallel" 4')
7372

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

0 commit comments

Comments
 (0)