From a62047809f96b042874ee3380be33af57c54938a Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Wed, 24 Jun 2020 10:25:09 -0400 Subject: [PATCH] update awx-manage bottleneck's help text --- awx/main/management/commands/bottleneck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/management/commands/bottleneck.py b/awx/main/management/commands/bottleneck.py index 1636f7e969..beac1d0745 100644 --- a/awx/main/management/commands/bottleneck.py +++ b/awx/main/management/commands/bottleneck.py @@ -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,