Skip to content

Commit

Permalink
fixes help string for driver-list
Browse files Browse the repository at this point in the history
CLI help text for driver-list says "List drivers".
But it will list only the enabled drivers.

Hence the help text has been changed to reflect the same.

Change-Id: Ib68537b69dd0455558656710e8d7df7f2a03ff1f
Closes-Bug: #1298628
  • Loading branch information
rh-s committed Sep 11, 2014
1 parent 0a6ec95 commit 223f93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ironicclient/v1/driver_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _print_driver_show(driver):


def do_driver_list(cc, args):
"""List drivers."""
"""List of enabled drivers."""
drivers = cc.driver.list()
# NOTE(lucasagomes): Separate each host by a comma.
# It's easier to read.
Expand Down

0 comments on commit 223f93e

Please sign in to comment.