From 5480f7ba26a9aea7a73296f76581a47c1c95cf23 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 8 Nov 2012 22:26:55 +0100 Subject: [PATCH] Fix option name --- doc/03-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 30d991cbd..4c422c756 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -77,7 +77,7 @@ resolution. `require-dev`. * **--no-scripts:** Skips execution of scripts defined in `composer.json`. * **--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 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`. * **--no-scripts:** Skips execution of scripts defined in `composer.json`. * **--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 a bit of time to run so it is currently not done by default.