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:
@@ -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>',
|
||||||
|
Reference in New Issue
Block a user