summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlicia Cozine <879121+acozine@users.noreply.github.com>2019-05-20 17:08:16 -0500
committerGitHub <noreply@github.com>2019-05-20 17:08:16 -0500
commit50418e75322cf5c61a0a8227335cc16d8b761913 (patch)
tree8dc00fc60abcc3b0965e54eeba0a09b480f2918b
parent83f09036a2fdc927f6efe45cf55c7d69e306cac9 (diff)
downloadansible-50418e75322cf5c61a0a8227335cc16d8b761913.tar.gz
clean backport of PR 56355 (#56652)
-rw-r--r--lib/ansible/cli/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/cli/config.py b/lib/ansible/cli/config.py
index 170b95adfa..1f81635daf 100644
--- a/lib/ansible/cli/config.py
+++ b/lib/ansible/cli/config.py
@@ -42,7 +42,7 @@ class ConfigCLI(CLI):
self.parser = CLI.base_parser(
usage="usage: %%prog [%s] [--help] [options] [ansible.cfg]" % "|".join(self.VALID_ACTIONS),
epilog="\nSee '%s <command> --help' for more information on a specific command.\n\n" % os.path.basename(sys.argv[0]),
- desc="View, edit, and manage ansible configuration.",
+ desc="View ansible configuration.",
)
self.parser.add_option('-c', '--config', dest='config_file', help="path to configuration file, defaults to first file found in precedence.")