cli/lib/commands/rbld_rm.rb in rbld-1.3.2 vs cli/lib/commands/rbld_rm.rb in rbld-1.3.3
- old
+ new
@@ -1,8 +1,8 @@
module Rebuild::CLI
class RbldRmCommand < Command
def initialize
- @usage = "rm [OPTIONS] [ENVIRONMENT[:TAG]]"
+ @usage = "[OPTIONS] [ENVIRONMENT[:TAG]]"
@description = "Remove local environment"
end
def run(parameters)
env = Environment.new( parameters[0] )