1
0
Fork 0

Fix option name

pull/1309/head
Jordi Boggiano 2012-11-08 22:26:55 +01:00
parent 3f68577775
commit 5480f7ba26
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ resolution.
`require-dev`. `require-dev`.
* **--no-scripts:** Skips execution of scripts defined in `composer.json`. * **--no-scripts:** Skips execution of scripts defined in `composer.json`.
* **--no-custom-installers:** Disables custom installers. * **--no-custom-installers:** Disables custom installers.
* **--optimize (-o):** Convert PSR-0 autoloading to classmap to get a faster * **--optimize-autoloader (-o):** Convert PSR-0 autoloading to classmap to get a faster
autoloader. This is recommended especially for production, but can take autoloader. This is recommended especially for production, but can take
a bit of time to run so it is currently not done by default. a bit of time to run so it is currently not done by default.
@ -103,7 +103,7 @@ If you just want to update a few packages and not all, you can list them as such
* **--dev:** Install packages listed in `require-dev`. * **--dev:** Install packages listed in `require-dev`.
* **--no-scripts:** Skips execution of scripts defined in `composer.json`. * **--no-scripts:** Skips execution of scripts defined in `composer.json`.
* **--no-custom-installers:** Disables custom installers. * **--no-custom-installers:** Disables custom installers.
* **--optimize (-o):** Convert PSR-0 autoloading to classmap to get a faster * **--optimize-autoloader (-o):** Convert PSR-0 autoloading to classmap to get a faster
autoloader. This is recommended especially for production, but can take autoloader. This is recommended especially for production, but can take
a bit of time to run so it is currently not done by default. a bit of time to run so it is currently not done by default.