Stop febootstrap-run from accepting -g and -i options in error.
[febootstrap.git] / febootstrap-run.sh
index d3a7603..60cf021 100755 (executable)
@@ -21,7 +21,7 @@
 unset CDPATH
 
 TEMP=`getopt \
-        -o g:i: \
+        -o '' \
         --long help,ro \
         -n febootstrap-run -- "$@"`
 if [ $? != 0 ]; then