fix NAME desc in help output

This commit is contained in:
onyx-and-iris 2026-02-17 16:13:50 +00:00
parent 5c28c4e8b7
commit d05ed91473

View File

@ -71,7 +71,7 @@ func main() {
func run() (func(), error) {
var flags Flags
fs := ff.NewFlagSet("q3rcon - A command-line RCON client for Quake 3 Arena")
fs := ff.NewFlagSet("q3rcon - A command-line RCON client for Q3 Rcon compatible game servers")
fs.StringVar(&flags.Host, 'H', "host", "localhost", "hostname of the gameserver")
fs.IntVar(
&flags.Port,