@ -52,7 +52,7 @@ then
echo "WARNING: Unfortunately this script does not support long options in $OS."
fi
options="`getopt -n YaCy -o h,d,l,p,t,g -- $@`"
options="`getopt hdlptg: $*`"
else
options="`getopt -n YaCy -o h,d,l,p,t,g -l help,debug,logging,print-out,tail-log,gui -- $@`"