We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df427e9 commit bf3d800Copy full SHA for bf3d800
ros2launch/ros2launch/command/launch.py
@@ -46,7 +46,7 @@ def add_arguments(self, parser, cli_name):
46
help='Show arguments that may be given to the launch file.')
47
parser.add_argument(
48
'-a', '--show-all-subprocesses-output', default=False, action='store_true',
49
- help=('Show all launched subprocesses\' output by overriding their output'
+ help=("Show all launched subprocesses' output by overriding their output"
50
' configuration using the OVERRIDE_LAUNCH_PROCESS_OUTPUT envvar.')
51
)
52
arg = parser.add_argument(
0 commit comments