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/archive_command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe/src/command/archive_command.rs') diff --git a/crates/shirabe/src/command/archive_command.rs b/crates/shirabe/src/command/archive_command.rs index 12a93e0..cd5fa04 100644 --- a/crates/shirabe/src/command/archive_command.rs +++ b/crates/shirabe/src/command/archive_command.rs @@ -71,7 +71,7 @@ impl Command for ArchiveCommand { "The archive command creates an archive of the specified format\n\ containing the files and directories of the Composer project or the specified\n\ package in the specified version and writes it to the specified directory.\n\n\ - php composer.phar archive [--format=zip] [--dir=/foo] [--file=filename] [package [version]]\n\n\ + shirabe archive [--format=zip] [--dir=/foo] [--file=filename] [package [version]]\n\n\ Read more at https://getcomposer.org/doc/03-cli.md#archive" ); Ok(()) -- cgit v1.3.1