Browse code

fixed usage text

Brian Coca authored on 2015/10/04 01:02:51
Showing 1 changed files
... ...
@@ -87,7 +87,7 @@ class GalaxyCLI(CLI):
87 87
                 help='list of OS platforms to filter by')
88 88
             self.parser.add_option('--galaxy-tags', dest='tags',
89 89
                 help='list of galaxy tags to filter by')
90
-            self.parser.set_usage("usage: %prog search [<search_term>] [-T <galaxy_tag1,galaxy_tag2>] [-P platform]")
90
+            self.parser.set_usage("usage: %prog search [<search_term>] [--galaxy-tags <galaxy_tag1,galaxy_tag2>] [--platforms platform]")
91 91
 
92 92
         # options that apply to more than one action
93 93
         if self.action != "init":