diff options
Diffstat (limited to 'crates/shirabe/src/command/prohibits_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/prohibits_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/prohibits_command.rs b/crates/shirabe/src/command/prohibits_command.rs index 02aaf33..5e66c33 100644 --- a/crates/shirabe/src/command/prohibits_command.rs +++ b/crates/shirabe/src/command/prohibits_command.rs @@ -103,7 +103,7 @@ impl Command for ProhibitsCommand { ]); self.set_help( "Displays detailed information about why a package cannot be installed.\n\n\ - <info>php composer.phar prohibits composer/composer</info>\n\n\ + <info>shirabe prohibits composer/composer</info>\n\n\ Read more at https://getcomposer.org/doc/03-cli.md#prohibits-why-not", ); Ok(()) |
