Skip to content

Commit 8445319

Browse files
committed
Adjust rosidl generate interface_files help string
Signed-off-by: Michel Hidalgo <[email protected]>
1 parent 8211947 commit 8445319

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rosidl_cli/rosidl_cli/command/generate/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ def add_arguments(self, parser, cli_name):
4949
parser.add_argument(
5050
'package_name', help='Name of the package to generate code for')
5151
parser.add_argument(
52-
'interface-files', metavar='interface_file', nargs='+',
53-
help=('Relative paths to ROS interface definition files. If a path is '
54-
"prefixed by an absolute path followed by a colon ':', "
55-
'path resolution is performed against that absolute path.'))
52+
'interface_files', metavar='interface_file', nargs='+',
53+
help=('Normalized relative path to a ROS interface definition file. '
54+
"If prefixed by another path followed by a colon ':', "
55+
'path resolution is performed against such path.'))
5656

5757
def main(self, *, parser, args):
5858
extensions = []

0 commit comments

Comments
 (0)