diff options
Diffstat (limited to 'crates/shirabe/src/command/update_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/update_command.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/shirabe/src/command/update_command.rs b/crates/shirabe/src/command/update_command.rs index 873b244..33a13a8 100644 --- a/crates/shirabe/src/command/update_command.rs +++ b/crates/shirabe/src/command/update_command.rs @@ -74,17 +74,17 @@ impl Command for UpdateCommand { "The <info>update</info> command reads the composer.json file from the\n\ current directory, processes it, and updates, removes or installs all the\n\ dependencies.\n\n\ - <info>php composer.phar update</info>\n\n\ + <info>shirabe update</info>\n\n\ To limit the update operation to a few packages, you can list the package(s)\n\ you want to update as such:\n\n\ - <info>php composer.phar update vendor/package1 foo/mypackage [...]</info>\n\n\ + <info>shirabe update vendor/package1 foo/mypackage [...]</info>\n\n\ You may also use an asterisk (*) pattern to limit the update operation to package(s)\n\ from a specific vendor:\n\n\ - <info>php composer.phar update vendor/package1 foo/* [...]</info>\n\n\ + <info>shirabe update vendor/package1 foo/* [...]</info>\n\n\ To run an update with more restrictive constraints you can use:\n\n\ - <info>php composer.phar update --with vendor/package:1.0.*</info>\n\n\ + <info>shirabe update --with vendor/package:1.0.*</info>\n\n\ To run a partial update with more restrictive constraints you can use the shorthand:\n\n\ - <info>php composer.phar update vendor/package:1.0.*</info>\n\n\ + <info>shirabe update vendor/package:1.0.*</info>\n\n\ To select packages names interactively with auto-completion use <info>-i</info>.\n\n\ Read more at https://getcomposer.org/doc/03-cli.md#update-u-upgrade\n", ); |
