Explorar el Código

Removed ts3 install option getopt

Daniel Gibbs hace 11 años
padre
commit
9adcd5efb0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions/fn_getopt

+ 1 - 1
functions/fn_getopt

@@ -74,7 +74,7 @@ case "$getopt" in
 	auto-install)
 		fn_autoinstall;;
 	*)
-		echo "Usage: $0 {start|stop|restart|update|update-funtions|monitor|email-test|details|backup|install|auto-install}"
+		echo "Usage: $0 {start|stop|restart|update|update-funtions|monitor|email-test|details|backup}"
 		exit 1;;
 esac
 exit