From 9adcd5efb0fe285e343df4303e3a18fda693042c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 19 May 2015 21:38:18 +0100 Subject: [PATCH] Removed ts3 install option getopt --- functions/fn_getopt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fn_getopt b/functions/fn_getopt index 5c6d0afba..448639e3c 100644 --- a/functions/fn_getopt +++ b/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