From eecc3f54c1d7d521ceac416c32d219ecdf7600d1 Mon Sep 17 00:00:00 2001 From: adamscmRH Date: Mon, 10 Jul 2017 10:48:43 -0400 Subject: [PATCH] Add help_ext for diff mode --- awx/main/models/jobs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/models/jobs.py b/awx/main/models/jobs.py index 8ed3771061..1addd29715 100644 --- a/awx/main/models/jobs.py +++ b/awx/main/models/jobs.py @@ -62,6 +62,7 @@ class JobOptions(BaseModel): diff_mode = models.BooleanField( default=False, + help_text=_("If enabled, textual changes made to any templated files on the host are shown in the standard output"), ) job_type = models.CharField( max_length=64,