File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ If you [have Go](https://golang.org/dl/) you could also simply `go get github.co
17
17
``` text
18
18
rcon-cli is a CLI for attaching to an RCON enabled game server, such as Minecraft.
19
19
Without any additional arguments, the CLI will start an interactive session with
20
- the RCON server.
20
+ the RCON server. Send the keyword "exit" to close the session. The CLI will exit.
21
21
22
22
If arguments are passed into the CLI, then the arguments are sent
23
23
as a single command (joined by spaces), the response is displayed,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RCON_PORT=25575 rcon-cli stop
42
42
Long : `
43
43
rcon-cli is a CLI for attaching to an RCON enabled game server, such as Minecraft.
44
44
Without any additional arguments, the CLI will start an interactive session with
45
- the RCON server.
45
+ the RCON server. Send the keyword "exit" to close the session. The CLI will exit.
46
46
47
47
If arguments are passed into the CLI, then the arguments are sent
48
48
as a single command (joined by spaces), the response is displayed,
You can’t perform that action at this time.
0 commit comments