Skip to content

Commit aafa0e3

Browse files
committed
MAGE-1113 Add formatting
1 parent d9a95e3 commit aafa0e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Console/Command/SynonymDeduplicateCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ protected function getCommandName(): string
3737

3838
protected function getCommandDescription(): string
3939
{
40-
return "Identify and remove duplicate synonyms in Algolia for the following types: synonyms, placeholders and alternative corrections. \n <fg=red>WARNING:</fg=red> If you use one-way synonyms, do not use this command as it will remove these from your index.";
40+
return "Identify and remove duplicate synonyms in Algolia for the following types: synonyms, placeholders and alternative corrections \n <fg=red>WARNING:</fg=red> If you use one-way synonyms, do not use this command as it will remove these from your index.";
4141
}
4242

4343
protected function getStoreArgumentDescription(): string
4444
{
45-
return 'ID(s) for store(s) containing synonyms to deduplicate in Algolia (optional), if not specified, synonyms for all stores will be deduplicated. Pass multiple store IDs as a list of integers separated by spaces. e.g.: bin/magento algolia:synonyms:deduplicate 1 2 3';
45+
return 'ID(s) for store(s) containing synonyms to deduplicate in Algolia (optional), if not specified, synonyms for all stores will be deduplicated. Pass multiple store IDs as a list of integers separated by spaces. e.g.: <info>bin/magento algolia:synonyms:deduplicate 1 2 3</info>';
4646
}
4747

4848
protected function getAdditionalDefinition(): array

0 commit comments

Comments
 (0)