diff options
Diffstat (limited to 'crates/shirabe/src/command/search_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/search_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/search_command.rs b/crates/shirabe/src/command/search_command.rs index 794d8e0..a3254e4 100644 --- a/crates/shirabe/src/command/search_command.rs +++ b/crates/shirabe/src/command/search_command.rs @@ -97,7 +97,7 @@ impl Command for SearchCommand { ]); self.set_help( "The search command searches for packages by its name\n\ - <info>php composer.phar search symfony composer</info>\n\n\ + <info>shirabe search symfony composer</info>\n\n\ Read more at https://getcomposer.org/doc/03-cli.md#search", ); Ok(()) |
