lib/jets/commands/main.rb in jets-0.5.3 vs lib/jets/commands/main.rb in jets-0.5.4

- old
+ new

@@ -82,10 +82,10 @@ long_desc Help.text(:generate) def generate(generator, *args) Jets::Generator.invoke(generator, *args) end - desc "status", "Shows the current status of the Jets app." + desc "status", "Shows the current status of the Jets app" long_desc Help.text(:status) def status Jets::Cfn::Status.new(options).run end