mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
update awx-manage bottleneck's help text
This commit is contained in:
@@ -5,7 +5,7 @@ from awx.main.models import JobTemplate
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
help = 'Discover the slowest tasks and hosts for a specific Job Template.'
|
||||
help = "Find the slowest tasks and hosts for a Job Template's most recent runs."
|
||||
|
||||
def add_arguments(self, parser):
|
||||
parser.add_argument('--template', dest='jt', type=int,
|
||||
|
||||
Reference in New Issue
Block a user