From 11e3568d661abc0800445f902ac5ee3989d9629d Mon Sep 17 00:00:00 2001
From: licanwei
Date: Tue, 17 Jan 2017 16:49:19 +0800
Subject: [PATCH] update '--detail' help in goal list
help=_("Show detailed information about metric collectors."))
==>
help=_("Show detailed information about each goal."))
Change-Id: If6bf750a6a7941524dd144430abcc48b9f44a9d3
---
watcherclient/v1/goal_shell.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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='',