diff options
Diffstat (limited to 'crates/shirabe/src/command/init_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/init_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/init_command.rs b/crates/shirabe/src/command/init_command.rs index de68829..3806da5 100644 --- a/crates/shirabe/src/command/init_command.rs +++ b/crates/shirabe/src/command/init_command.rs @@ -128,7 +128,7 @@ impl Command for InitCommand { "The <info>init</info> command creates a basic composer.json file\n\ in the current directory.\n\ \n\ - <info>php composer.phar init</info>\n\ + <info>shirabe init</info>\n\ \n\ Read more at https://getcomposer.org/doc/03-cli.md#init", ); |
