Skip to content

Commit

Permalink
Merge pull request #7 from TamaHobbit/feature/typo
Browse files Browse the repository at this point in the history
Fixed savely
  • Loading branch information
n0la authored Jun 8, 2017
2 parents 548e756 + a6345f3 commit a94dd5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rcon.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rcon \- command line source rcon client
.B rcon [options] command
.P
.SH DESCRIPTION
rcon can be used as a command line remote console client for source game servers. It supports a configuration file to savely store your rcon passwords. It will execute the command given, or - if no command is given - will read a list of commands from standard input.
rcon can be used as a command line remote console client for source game servers. It supports a configuration file to safely store your rcon passwords. It will execute the command given, or - if no command is given - will read a list of commands from standard input.
.SH OPTIONS
.TP
\fB\-c \-\-config\fR filename
Expand Down Expand Up @@ -41,10 +41,10 @@ The configuration file must be in the key file format (commonly known as INI fil

[myserver]
hostname = 173.43.63.111
post = 27003
port = 27003
password = somepass

This server can than be used from the command line with the
This server can then be used from the command line with the
.B -s
parameter:

Expand Down

0 comments on commit a94dd5f

Please sign in to comment.