mirror of
https://github.com/onyx-and-iris/q3rcon.git
synced 2026-03-02 17:09:19 +00:00
fix NAME desc in help output
This commit is contained in:
parent
5c28c4e8b7
commit
d05ed91473
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user