aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command/reinstall_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command/reinstall_command.rs')
-rw-r--r--crates/shirabe/src/command/reinstall_command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/reinstall_command.rs b/crates/shirabe/src/command/reinstall_command.rs
index 9c71f01..c7b6cc0 100644
--- a/crates/shirabe/src/command/reinstall_command.rs
+++ b/crates/shirabe/src/command/reinstall_command.rs
@@ -76,7 +76,7 @@ impl Command for ReinstallCommand {
uninstalls them and reinstalls them. This lets you do a clean install\n\
of a package if you messed with its files, or if you wish to change\n\
the installation type using --prefer-install.\n\n\
- <info>php composer.phar reinstall acme/foo \"acme/bar-*\"</info>\n\n\
+ <info>shirabe reinstall acme/foo \"acme/bar-*\"</info>\n\n\
Read more at https://getcomposer.org/doc/03-cli.md#reinstall",
);
Ok(())