1
0
Fork 0

alter command help to explain glob usage

hey there! using globs for whitelisting packages is (imo) a very useful feature worth being explained to the user ;)
pull/3051/head
Maximilian Reichel 2014-06-12 13:55:56 +02:00
parent ac497feaba
commit 845ebdcfd4
1 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,11 @@ To limit the update operation to a few packages, you can list the package(s)
you want to update as such:
<info>php composer.phar update vendor/package1 foo/mypackage [...]</info>
You may also use an asterisk (*) pattern to limit the update operation to package(s)
from a specific vendor:
<info>php composer.phar update vendor/package1 foo/* [...]</info>
EOT
)
;