diff options
Diffstat (limited to 'crates/shirabe/src/command/remove_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/remove_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/remove_command.rs b/crates/shirabe/src/command/remove_command.rs index 1ee32ac..4e4f5dc 100644 --- a/crates/shirabe/src/command/remove_command.rs +++ b/crates/shirabe/src/command/remove_command.rs @@ -171,7 +171,7 @@ impl Command for RemoveCommand { self.set_help( "The <info>remove</info> command removes a package from the current\n\ list of installed packages\n\n\ - <info>php composer.phar remove</info>\n\n\ + <info>shirabe remove</info>\n\n\ Read more at https://getcomposer.org/doc/03-cli.md#remove-rm", ); Ok(()) |
