Skip to content

Commit bb2bba4

Browse files
committed
Fix wrong comment about bridges parameters
1 parent 8a4a839 commit bb2bba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/reports/CentralityCsv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,9 @@ runCentralityAlgorithms() {
362362
#
363363
# Required Parameters:
364364
# - dependencies_projection=...
365-
# Name prefix for the in-memory projection name for dependencies. Example: "package"
365+
# Name prefix for the in-memory projection name for dependencies. Example: "package-centrality"
366366
# - dependencies_projection_node=...
367-
# Label of the nodes that will be used for the projection. Example: "centralityPageRank"
367+
# Label of the nodes that will be used for the projection. Example: "Package"
368368
# - dependencies_projection_weight_property=...
369369
# Name of the node property that contains the dependency weight. Example: "weight"
370370
runUndirectedCentralityAlgorithms() {

0 commit comments

Comments
 (0)