update '--detail' help in goal list

help=_("Show detailed information about metric collectors."))
==>
help=_("Show detailed information about each goal."))

Change-Id: If6bf750a6a7941524dd144430abcc48b9f44a9d3
This commit is contained in:
licanwei
2017-01-17 16:49:19 +08:00
parent 4a093e168d
commit 11e3568d66

View File

@@ -79,7 +79,7 @@ class ListGoal(command.Lister):
dest='detail', dest='detail',
action='store_true', action='store_true',
default=False, default=False,
help=_("Show detailed information about metric collectors.")) help=_("Show detailed information about each goal."))
parser.add_argument( parser.add_argument(
'--limit', '--limit',
metavar='<limit>', metavar='<limit>',