diff --git a/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-report.adoc b/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-report.adoc index a877f1868..e93105e43 100644 --- a/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-report.adoc +++ b/modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-report.adoc @@ -26,8 +26,8 @@ The command collects information about the system and packages everything in an If you specify `all`, everything is included. You can also finetune the selection by passing classifiers to the tool, e.g `logs tx threads`. -Starting from Neo4j version 5.15, the Neo4j Admin report tool allows you to choose the databases for which you want to generate a report. -You can generate a report for all databases in the DBMS, a specific database, or databases that match a specified pattern. +Starting from Neo4j version 5.15, the Neo4j Admin report tool allows you to choose the databases for which you want to include database-specific information. +You can generate a report covering all databases in the DBMS, a specific database, or databases that match a specified pattern. For example, if you run the command `neo4j-admin server report --database=ne*`, a report will be generated for all databases that start with "ne". If not specified, the tool generates a report for all databases in the DBMS.