Skip to content

Commit

Permalink
Corrected an error in the help of the command
Browse files Browse the repository at this point in the history
  • Loading branch information
LionelLaffineur committed Oct 10, 2022
1 parent 9473c17 commit d25fb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/file.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
$table->setRows($rows);
$table->render();
} else {
$output->writeln('<error>Invalid action [add|list|remove]</error>');
$output->writeln('<error>Invalid action [add|list|delete]</error>');
}
return 0;
}
Expand Down

0 comments on commit d25fb56

Please sign in to comment.