From 8528b2070282ae6d6a59621701369dd1debb198c Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Sat, 3 Oct 2015 12:02:51 -0400 Subject: [PATCH] fixed usage text --- lib/ansible/cli/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":