Skip to content

Commit 582b51c

Browse files
committed
Make --remap help more general
Signed-off-by: Jonathan <[email protected]>
1 parent d6dc113 commit 582b51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ros2launch/ros2launch/command/launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def add_arguments(self, parser, cli_name):
104104
)
105105
parser.add_argument(
106106
'-r', '--remap', action='append', dest='remap_rules',
107-
help=("Topics remapping rules, in the 'from:=to' form")
107+
help=("Remapping rules, in the 'from:=to' form")
108108
)
109109
arg = parser.add_argument(
110110
'package_name',

0 commit comments

Comments
 (0)