cli/lib/commands/rbld_search.rb in rbld-1.3.2 vs cli/lib/commands/rbld_search.rb in rbld-1.3.3
- old
+ new
@@ -1,8 +1,8 @@
module Rebuild::CLI
class RbldSearchCommand < Command
def initialize
- @usage = "search [OPTIONS] [NAME[:TAG]|PREFIX]"
+ @usage = "[OPTIONS] [NAME[:TAG]|PREFIX]"
@description = "Search remote registry for published environments"
end
def run(parameters)
env = Environment.new(parameters[0], allow_empty: true)