diff options
Diffstat (limited to 'crates/shirabe/src/command/update_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/update_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/update_command.rs b/crates/shirabe/src/command/update_command.rs index 09809eb2..1ae7cb67 100644 --- a/crates/shirabe/src/command/update_command.rs +++ b/crates/shirabe/src/command/update_command.rs @@ -423,7 +423,7 @@ impl Command for UpdateCommand { io_interface::NORMAL, ); io.write(&format!( - "<info>Run `composer require {}` or `composer require {}:{}` instead to replace the constraint</info>", + "<info>Run `shirabe require {}` or `shirabe require {}:{}` instead to replace the constraint</info>", package, package, constraint, )); |
