mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
update awx-manage bottleneck's help text
This commit is contained in:
parent
b1fcc0578c
commit
a62047809f
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user