diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-30 23:27:41 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-30 23:27:41 +0200 |
commit | 1933c92532702f5ec674159e8c70f98c596a475a (patch) | |
tree | 79e60006284c6ce831c6fa656f893d7cabc20149 /docs/help | |
parent | a775a7c229af2e700b263c11338e3be8a7e8d119 (diff) | |
download | irssi-1933c92532702f5ec674159e8c70f98c596a475a.zip |
Fixed a typo in the cmdmax argument
Fixed a typo in the cmdmax argument.
Diffstat (limited to 'docs/help')
-rw-r--r-- | docs/help/in/server.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/in/server.in b/docs/help/in/server.in index 9cd7c8bd..ddcc75dc 100644 --- a/docs/help/in/server.in +++ b/docs/help/in/server.in @@ -29,7 +29,7 @@ -cmdspeed: Specifies the minimum amount of time, expressed in milliseconds, that the client must wait before sending additional commands to the server. - -cmxmax: Specifies the maximum number of commands to perform + -cmdmax: Specifies the maximum number of commands to perform before starting the internal flood protection. -port: Specifies the port to connect to the server. -noproxy: Ignores the global proxy configuration. |