update awx-manage bottleneck's help text

This commit is contained in:
Ryan Petrello 2020-06-24 10:25:09 -04:00
parent b1fcc0578c
commit a62047809f
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -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,