diff --git a/watcherclient/v1/goal_shell.py b/watcherclient/v1/goal_shell.py index 0f06e49..351e42d 100644 --- a/watcherclient/v1/goal_shell.py +++ b/watcherclient/v1/goal_shell.py @@ -79,7 +79,7 @@ class ListGoal(command.Lister): dest='detail', action='store_true', default=False, - help=_("Show detailed information about metric collectors.")) + help=_("Show detailed information about each goal.")) parser.add_argument( '--limit', metavar='',