Skip to content

Commit b8cb809

Browse files
committed
Use dashes as separator for line command options
1 parent e8290c6 commit b8cb809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/executeQuery.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ while [[ $# -gt 0 ]]; do
5454
no_source_reference=true
5555
shift
5656
;;
57-
--omit_query_error_highlighting)
57+
--omit-query-error-highlighting)
5858
omit_query_error_highlighting=true
5959
shift
6060
;;

scripts/waitForNeo4jHttpFunctions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ echo "waitForNeo4jHttp: CYPHER_DIR=${CYPHER_DIR}"
2525
source "${SCRIPTS_DIR}/executeQueryFunctions.sh"
2626

2727
testDatabase() {
28-
execute_cypher "${CYPHER_DIR}/Count_nodes_and_relationships.cypher" "--no-source-reference-column" "--omit_query_error_highlighting"
28+
execute_cypher "${CYPHER_DIR}/Count_nodes_and_relationships.cypher" "--no-source-reference-column" "--omit-query-error-highlighting"
2929
}
3030

3131
isDatabaseQueryable() {

0 commit comments

Comments
 (0)