mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-12 11:19:11 -07:00
parent
3fbf3b51ff
commit
ed2f13b3db
4 changed files with 7 additions and 10 deletions
|
@ -56,7 +56,7 @@ class DocCLI(CLI):
|
|||
usage='usage: %prog [options] [plugin]',
|
||||
module_opts=True,
|
||||
desc="plugin documentation tool",
|
||||
epilog="See man pages for Ansbile CLI options or website for tutorials https://docs.ansible.com"
|
||||
epilog="See man pages for Ansible CLI options or website for tutorials https://docs.ansible.com"
|
||||
)
|
||||
|
||||
self.parser.add_option("-l", "--list", action="store_true", default=False, dest='list_dir',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue