add missing > to ansible-doc help message (#34512)

Signed-off-by: Adam Miller <admiller@redhat.com>
pull/34542/head
Adam Miller 7 years ago committed by John R Barker
parent 8e1671f3c5
commit ad337503e7

@ -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…
Cancel
Save