From 09e0a940b311b42424786de45eb7f271dbb7b1df Mon Sep 17 00:00:00 2001 From: Shay Banon Date: Tue, 24 Dec 2013 18:21:26 +0100 Subject: [PATCH] use the correct d option in getopt instead of the removed f --- bin/elasticsearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/elasticsearch b/bin/elasticsearch index 5b4a2c6513d..7a8b4d593bc 100755 --- a/bin/elasticsearch +++ b/bin/elasticsearch @@ -167,7 +167,7 @@ do done # Parse any command line options. -args=`getopt vfhp:D:X: $ARGV` +args=`getopt vdhp:D:X: $ARGV` eval set -- "$args" while true; do