diff --git a/src/Command/SelfVerifyCommand.php b/src/Command/SelfVerifyCommand.php
index b012c3e0..2978eddb 100644
--- a/src/Command/SelfVerifyCommand.php
+++ b/src/Command/SelfVerifyCommand.php
@@ -48,7 +48,7 @@ public function configure(): void
public function execute(InputInterface $input, OutputInterface $output): int
{
if (! PieVersion::isPharBuild()) {
- $output->writeln('Aborting! You are not running a PHAR, cannot self-update.');
+ $output->writeln('Aborting! You are not running a PHAR, cannot self-verify.');
return Command::FAILURE;
}