Skip to content

Commit ef5d811

Browse files
authored
Update ros2 param dump dosctring. (#837)
"""Dump the parameters of a node to a yaml file.""" -> """Show all of the parameters of a node in a YAML file format.""" Based on the documentation at https://docs.ros.org/en/rolling/How-To-Guides/Using-ros2-param.html#ros2-param-dump Signed-off-by: Murilo M. Marinho <[email protected]>
1 parent 960962a commit ef5d811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ros2param/ros2param/verb/dump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
class DumpVerb(VerbExtension):
32-
"""Dump the parameters of a node to a yaml file."""
32+
"""Show all of the parameters of a node in a YAML file format."""
3333

3434
def add_arguments(self, parser, cli_name): # noqa: D102
3535
add_arguments(parser)

0 commit comments

Comments
 (0)