bin/check-http.rb in sensu-plugins-http-1.0.0 vs bin/check-http.rb in sensu-plugins-http-2.0.0

- old
+ new

@@ -85,12 +85,12 @@ short: '-H HEADER', long: '--header HEADER', description: 'Send one or more comma-separated headers with the request' option :body, - short: '-b BODY', + short: '-d BODY', long: '--body BODY', - description: 'Send a body string with the request' + description: 'Send a data body string with the request' option :ssl, short: '-s', boolean: true, description: 'Enabling SSL connections',