Skip to content

Commit 0b185e9

Browse files
committed
TASK: Update README and small typo fixes
1 parent 092cda5 commit 0b185e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/Command/NodeIndexQueueCommandController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ protected function indexWorkspace($workspaceName, $indexPostfix)
161161
$this->persistenceManager->clearState();
162162
}
163163
$this->outputLine();
164-
$this->outputLine("\nNumber of Nodes be indexed in workspace '%s': %d", [$workspaceName, $nodeCounter]);
164+
$this->outputLine("\nNumber of Nodes to be indexed in workspace '%s': %d", [$workspaceName, $nodeCounter]);
165165
$this->outputLine();
166166
}
167167

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ How to process indexing job
1313

1414
You can use this CLI command to process indexing job:
1515

16-
flow job:work --queue-name Flowpack.ElasticSearch.ContentRepositoryQueueIndexer
16+
flow job:work --queue Flowpack.ElasticSearch.ContentRepositoryQueueIndexer
1717

1818
You can use tools like ```supervisord``` to manage long runing process. Bellow you can
1919
found a basic configuration:

0 commit comments

Comments
 (0)