cli/lib/commands/rbld_create.rb in rbld-1.3.2 vs cli/lib/commands/rbld_create.rb in rbld-1.3.3

- old
+ new

@@ -1,10 +1,10 @@ require 'getoptlong' module Rebuild::CLI class RbldCreateCommand < Command def initialize - @usage = "create [OPTIONS] [ENVIRONMENT]" + @usage = "[OPTIONS] [ENVIRONMENT]" @description = "Create a new environment" @options = [ ["-b NAME, --base NAME", "Base image from Docker Hub"], ["-f NAME, --basefile NAME", "Base file"] ]