diff --git a/Command/SqlInsertCommand.php b/Command/SqlInsertCommand.php index 5510f8c..32a09db 100644 --- a/Command/SqlInsertCommand.php +++ b/Command/SqlInsertCommand.php @@ -109,7 +109,7 @@ EOT if (true === $statusCode) { $this->writeSection( $output, - 'All SQL statements have been generated.', + 'All SQL statements have been inserted.', 'bg=black' ); } else {