From 08ad403ed366ac5839cb63333b5ba2c5007c655e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 20 Jun 2026 00:03:28 +0900 Subject: feat(help): replace all "php composer.phar" in help text with "shirabe" --- crates/shirabe/src/command/reinstall_command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe/src/command/reinstall_command.rs') 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\ - php composer.phar reinstall acme/foo \"acme/bar-*\"\n\n\ + shirabe reinstall acme/foo \"acme/bar-*\"\n\n\ Read more at https://getcomposer.org/doc/03-cli.md#reinstall", ); Ok(()) -- cgit v1.3.1