lib/onering/cli/call.rb in onering-client-0.0.55 vs lib/onering/cli/call.rb in onering-client-0.0.56

- old
+ new

@@ -21,10 +21,10 @@ # Delete the device called '0bf29c' $ onering call devices/0bf29c -m delete Options: EOS - opt :method, "The HTTP method to use when performing the request (default: GET)", :default => 'get', :short => "-m", :type => :string + opt :method, "The HTTP method to use when performing the request", :default => 'get', :short => "-m", :type => :string end end def self.run(args) rv = @api.request(@opts[:method], args.first) \ No newline at end of file