diff --git a/console/file.php b/console/file.php
index fbdc800..2c6a048 100644
--- a/console/file.php
+++ b/console/file.php
@@ -89,7 +89,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
$table->setRows($rows);
$table->render();
} else {
- $output->writeln('Invalid action [add|list|remove]');
+ $output->writeln('Invalid action [add|list|delete]');
}
return 0;
}