Ver Fonte

Added missing update description

Daniel Gibbs há 11 anos atrás
pai
commit
008c998826
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      functions/fn_getopt

+ 1 - 1
functions/fn_getopt

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