Skip to content

Commit c228807

Browse files
Explain "exit" keyword for interactive mode (#77)
1 parent 7670769 commit c228807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you [have Go](https://golang.org/dl/) you could also simply `go get github.co
1717
```text
1818
rcon-cli is a CLI for attaching to an RCON enabled game server, such as Minecraft.
1919
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.
2121
2222
If arguments are passed into the CLI, then the arguments are sent
2323
as a single command (joined by spaces), the response is displayed,

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RCON_PORT=25575 rcon-cli stop
4242
Long: `
4343
rcon-cli is a CLI for attaching to an RCON enabled game server, such as Minecraft.
4444
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.
4646
4747
If arguments are passed into the CLI, then the arguments are sent
4848
as a single command (joined by spaces), the response is displayed,

0 commit comments

Comments
 (0)