diff options
Diffstat (limited to 'crates/shirabe/src/command/about_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/about_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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("<info>php composer.phar about</info>"); + self.set_help("<info>shirabe about</info>"); Ok(()) } |
