From eaed3141b7f6bd1888dc8d48523cb70d2da48bba Mon Sep 17 00:00:00 2001 From: Olivier Dolbeau Date: Mon, 1 Sep 2014 15:29:36 +0200 Subject: [PATCH] logstash: tweak wording Closes Homebrew/homebrew#32020. Signed-off-by: Jack Nagel --- Formula/logstash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/logstash.rb b/Formula/logstash.rb index c8691697df..7cbc42b1bb 100644 --- a/Formula/logstash.rb +++ b/Formula/logstash.rb @@ -12,7 +12,7 @@ class Logstash < Formula end def caveats; <<-EOS.undent - Logstash 1.4 emits an unhelpful error if you try to start it sans config. + Logstash 1.4 emits an unhelpful error if you try to start it without config. Please read the getting started guide located at: http://logstash.net/docs/latest/tutorials/getting-started-with-logstash EOS