Skip to content

Commit 09e0a94

Browse files
committed
use the correct d option in getopt instead of the removed f
1 parent c6199b6 commit 09e0a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/elasticsearch

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ do
167167
done
168168

169169
# Parse any command line options.
170-
args=`getopt vfhp:D:X: $ARGV`
170+
args=`getopt vdhp:D:X: $ARGV`
171171
eval set -- "$args"
172172

173173
while true; do

0 commit comments

Comments
 (0)