There was an error while loading. Please reload this page.
1 parent 97c8c79 commit 11d4110Copy full SHA for 11d4110
1 file changed
colcon_cmake/task/cmake/build.py
@@ -68,8 +68,7 @@ def add_arguments(self, *, parser): # noqa: D102
68
nargs='*',
69
help='Pass arguments to cmake --build. '
70
'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+`)')
+ 'e.g. --cmake-build-args " --parallel" 4')
73
74
async def build( # noqa: D102
75
self, *, additional_hooks=None, skip_hook_creation=False,
0 commit comments