Skip to content

Commit

Permalink
Fix hardware interface CLI description (ros-controls#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Dec 2, 2022
1 parent f88e458 commit efcdcc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ros2controlcli/doc/userdoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ list_hardware_interfaces
$ ros2 control list_hardware_interfaces -h
usage: ros2 control list_hardware_interfaces [-h] [--spin-time SPIN_TIME] [-c CONTROLLER_MANAGER] [--include-hidden-nodes]
Output the list of loaded controllers, their type and status
Output the list of available command and state interfaces
optional arguments:
-h, --help show this help message and exit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


class ListHardwareInterfacesVerb(VerbExtension):
"""Output the list of loaded controllers, their type and status."""
"""Output the list of available command and state interfaces."""

def add_arguments(self, parser, cli_name):
add_arguments(parser)
Expand Down

0 comments on commit efcdcc4

Please sign in to comment.