clean backport of PR 56355 (#56652)
This commit is contained in:
parent
83f09036a2
commit
50418e7532
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Reference in a new issue