1
0
Fork 0

Added missing =

pull/70/head
Michal Niewrzal 2016-10-11 21:11:25 +02:00 committed by GitHub
parent 7d8c1f3e7a
commit 53940e47e9
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ The server will try to connect to the specified address.
Example: Example:
php bin/php-language-server.php --tcp 127.0.0.1:12345 php bin/php-language-server.php --tcp=127.0.0.1:12345
###### --memory-limit=integer (optional) ###### --memory-limit=integer (optional)
Sets memory limit for language server. Equivalent to [memory-limit](http://php.net/manual/en/ini.core.php#ini.memory-limit) *php.ini* directive. By default there is no memory limit. Sets memory limit for language server. Equivalent to [memory-limit](http://php.net/manual/en/ini.core.php#ini.memory-limit) *php.ini* directive. By default there is no memory limit.