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/about_command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe/src/command/about_command.rs') diff --git a/crates/shirabe/src/command/about_command.rs b/crates/shirabe/src/command/about_command.rs index 1bfa89f..e476bb6 100644 --- a/crates/shirabe/src/command/about_command.rs +++ b/crates/shirabe/src/command/about_command.rs @@ -41,7 +41,7 @@ impl Command for AboutCommand { fn configure(&mut self) -> anyhow::Result<()> { self.set_name("about")?; self.set_description("Shows a short information about Composer"); - self.set_help("php composer.phar about"); + self.set_help("shirabe about"); Ok(()) } -- cgit v1.3.1