From adc3e3a7f29ff7be3e02f2ec8cd00dfb47855738 Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Wed, 24 Jun 2015 08:43:07 +0200 Subject: [PATCH] fixed typo (and auto whitespace) --- doc/03-cli.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index db5f70dfa..6182db682 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -87,7 +87,7 @@ resolution. installing a package, you can use `--dry-run`. This will simulate the installation and show you what would happen. * **--dev:** Install packages listed in `require-dev` (this is the default behavior). -* **--no-dev:** Skip installing packages listed in `require-dev`. The autoloader +* **--no-dev:** Skip installing packages listed in `require-dev`. The autoloader generation skips the `autoload-dev` rules. * **--no-autoloader:** Skips autoloader generation. * **--no-scripts:** Skips execution of scripts defined in `composer.json`. @@ -302,7 +302,7 @@ to limit output to suggestions made by those packages only. ### Options -* **--no-dev:** Exludes suggestions from `require-dev` packages. +* **--no-dev:** Excludes suggestions from `require-dev` packages. * **-v[v]:** Increased verbosity adds suggesting package name (`-v`) and reason for suggestion (`-vv`). @@ -387,7 +387,7 @@ sudo composer self-update ### Options * **--rollback (-r):** Rollback to the last version you had installed. -* **--clean-backups:** Delete old backups during an update. This makes the +* **--clean-backups:** Delete old backups during an update. This makes the current version of Composer the only backup available after the update. ## config