Fix license
This commit is contained in:
parent
429a6e6ad3
commit
4b62cad6bd
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
MIT License Copyright (c) <year> <copyright holders>
|
MIT License Copyright (c) 2020 Chandler Swift
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -19,7 +19,6 @@ type serverData struct {
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
||||||
port := flag.Int("port", 80, "Port on which the HTTP server should serve (required)")
|
|
||||||
serverAddr := flag.String("serverAddr", "factorio.blackolivepineapple.pizza", "Server to check status of (optional, defaults to factorio.bopp")
|
serverAddr := flag.String("serverAddr", "factorio.blackolivepineapple.pizza", "Server to check status of (optional, defaults to factorio.bopp")
|
||||||
serverPort := flag.Int("serverport", 34196, "RCON port on the Factorio server")
|
serverPort := flag.Int("serverport", 34196, "RCON port on the Factorio server")
|
||||||
password := flag.String("password", "", "RCON password of the server (required)")
|
password := flag.String("password", "", "RCON password of the server (required)")
|
||||||
|
|
Loading…
Reference in a new issue