add missing > to ansible-doc help message (#34512)
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
8e1671f3c5
commit
ad337503e7
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class DocCLI(CLI):
|
|||
def parse(self):
|
||||
|
||||
self.parser = CLI.base_parser(
|
||||
usage='usage: %prog [-l|-F|-s] [options] [-t <plugin type] [plugin]',
|
||||
usage='usage: %prog [-l|-F|-s] [options] [-t <plugin type> ] [plugin]',
|
||||
module_opts=True,
|
||||
desc="plugin documentation tool",
|
||||
epilog="See man pages for Ansible CLI options or website for tutorials https://docs.ansible.com"
|
||||
|
|
Loading…
Reference in a new issue