diff --git a/lib/ansible/cli/galaxy.py b/lib/ansible/cli/galaxy.py index 4c23535df0..021698d846 100644 --- a/lib/ansible/cli/galaxy.py +++ b/lib/ansible/cli/galaxy.py @@ -87,7 +87,7 @@ class GalaxyCLI(CLI): help='list of OS platforms to filter by') self.parser.add_option('--galaxy-tags', dest='tags', help='list of galaxy tags to filter by') - self.parser.set_usage("usage: %prog search [] [-T ] [-P platform]") + self.parser.set_usage("usage: %prog search [] [--galaxy-tags ] [--platforms platform]") # options that apply to more than one action if self.action != "init":