diff --git a/src/Command/IngestReferenceCommand.php b/src/Command/IngestReferenceCommand.php index 02e08a8..f463774 100644 --- a/src/Command/IngestReferenceCommand.php +++ b/src/Command/IngestReferenceCommand.php @@ -12,9 +12,9 @@ use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Style\SymfonyStyle; #[AsCommand( - name: 'IngestReference', - aliases: ['app:ingest-ref'], - description: 'Script to use to crawl a directory and ingest references', + name: 'ImportReference', + aliases: ['app:import-ref'], + description: 'Script to use to crawl a directory and import references', )] class IngestReferenceCommand extends Command {