diff --git a/lib/ansible/cli/doc.py b/lib/ansible/cli/doc.py index d46d1800b3..02ee8a534a 100644 --- a/lib/ansible/cli/doc.py +++ b/lib/ansible/cli/doc.py @@ -54,7 +54,7 @@ class DocCLI(CLI): def parse(self): self.parser = CLI.base_parser( - usage='usage: %prog [-l|-s|-a] [options] [-t 1: - raise AnsibleOptionsError("Only one of -l, -a or -s can be used at the same time.") + raise AnsibleOptionsError("Only one of -l, -s or -a can be used at the same time.") display.verbosity = self.options.verbosity