Skip to content

Commit 3bff96a

Browse files
authored
BuildCommand: fix help
1 parent dddcb91 commit 3bff96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Command/BuildCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected function configure()
9090
be called every time a user installs a package, see
9191
https://getcomposer.org/doc/05-repositories.md#notify-batch
9292
- <info>"include-filename"</info> Specify filename instead of default include/all${SHA1_HASH}.json
93-
- <info>"archive"</info>info> archive configuration, see https://getcomposer.org/doc/articles/handling-private-packages-with-satis.md#downloads
93+
- <info>"archive"</info> archive configuration, see https://getcomposer.org/doc/articles/handling-private-packages-with-satis.md#downloads
9494

9595
EOT
9696
);

0 commit comments

Comments
 (0)