Parcourir la source

Removed ts3 install option getopt

Daniel Gibbs il y a 11 ans
Parent
commit
9adcd5efb0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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