diff --git a/src/Installing/InstallForPhpProject/NoMatchingPackagesFound.php b/src/Installing/InstallForPhpProject/NoMatchingPackagesFound.php index 32bfd51f..2d1ee780 100644 --- a/src/Installing/InstallForPhpProject/NoMatchingPackagesFound.php +++ b/src/Installing/InstallForPhpProject/NoMatchingPackagesFound.php @@ -15,7 +15,7 @@ class NoMatchingPackagesFound extends RuntimeException public static function forExtension(ExtensionName $extensionName): self { return new self(sprintf( - 'PIE could not find any potential matches for %s; if you know which package to use, specify --select=vendor/package in the `pie install` options.', + 'PIE could not find any potential matches for %s; if you know which package to use, specify --select extension=vendor/package in the `pie install` options.', $extensionName->nameWithExtPrefix(), )); }