Skip to content

Commit d0aec4f

Browse files
committed
Minor: Console: Add info to app:import-access-url on how to delete URLs - refs BT#22437
1 parent 876d898 commit d0aec4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CoreBundle/Command/ImportAccessUrlCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected function configure(): void
3737
$this
3838
->addArgument('xlsx-file', InputArgument::REQUIRED, 'Path to the XLSX file')
3939
->addArgument('base-url', InputArgument::REQUIRED, 'Base URL for subdomains (e.g., https://somedomain.com/)')
40-
->setHelp('This command imports AccessUrl entities from an XLSX file. The file must have a title row with "subdomain" and "description" columns. Subdomains are lowercased. The ResourceNode parent is set to AccessUrl ID = 1.');
40+
->setHelp('This command imports AccessUrl entities from an XLSX file. The file must have a title row with "subdomain" and "description" columns. Subdomains are lowercased. The ResourceNode parent is set to AccessUrl ID = 1. If needed, removing the created URLs manually will require cleaning the access_url_rel_user and resource_node tables.');
4141
}
4242

4343
protected function execute(InputInterface $input, OutputInterface $output): int

0 commit comments

Comments
 (0)