Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

Commit 968a4b6

Browse files
author
Dmitriy "DK" Korobskiy
committed
Minor
1 parent 83dcfaa commit 968a4b6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Neo4j/neo4j_load.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ NAME
55
neo4j_load.sh -- loads CSV in bulk to Neo4j and calculate metrics
66
77
SYNOPSIS
8-
neo4j_load.sh nodes_file edges_file ernie_admin_password
8+
neo4j_load.sh nodes_file edges_file current_user_password
99
neo4j_load.sh -h: display this help
1010
1111
DESCRIPTION
@@ -14,6 +14,7 @@ DESCRIPTION
1414
# Updates Neo4j config file
1515
# Restarts Neo4j
1616
# Calculates metrics via cypher-shell
17+
# Current user must be a sudoer
1718
HEREDOC
1819
exit 1
1920
fi

0 commit comments

Comments
 (0)