use the correct d option in getopt instead of the removed f

This commit is contained in:
Shay Banon 2013-12-24 18:21:26 +01:00
parent c6199b611e
commit 09e0a940b3
1 changed files with 1 additions and 1 deletions

View File

@ -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