1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 02:45:25 -04:00

Fixed a typo in the cmdmax argument

Fixed a typo in the cmdmax argument.
This commit is contained in:
Geert Hauwaerts 2014-07-30 23:27:41 +02:00
parent a775a7c229
commit 1933c92532

View File

@ -29,7 +29,7 @@
-cmdspeed: Specifies the minimum amount of time, expressed in -cmdspeed: Specifies the minimum amount of time, expressed in
milliseconds, that the client must wait before sending milliseconds, that the client must wait before sending
additional commands to the server. 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. before starting the internal flood protection.
-port: Specifies the port to connect to the server. -port: Specifies the port to connect to the server.
-noproxy: Ignores the global proxy configuration. -noproxy: Ignores the global proxy configuration.