upd host shortflag to -H

upd readme
This commit is contained in:
2026-02-17 10:25:16 +00:00
parent e4f3366a67
commit a55de6fe50
2 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ rcon, err := q3rcon.New(
Pass `host`, `port` and `rconpass` as flags, for example:
```
q3rcon -h=localhost -p=30000 -r="rconpassword" "mapname"
q3rcon -H=localhost -p=30000 -r="rconpassword" "mapname"
```
- `host` defaults to "localhost"