diff --git a/modules/ROOT/pages/tools/cypher-shell.adoc b/modules/ROOT/pages/tools/cypher-shell.adoc index 7916d46ad..322651de0 100644 --- a/modules/ROOT/pages/tools/cypher-shell.adoc +++ b/modules/ROOT/pages/tools/cypher-shell.adoc @@ -409,6 +409,7 @@ type example.cypher | bin/cypher-shell.bat -u neo4j -p --format plain Cypher Shell supports querying based on parameters. Use `:param ` to set parameters or the older arrow syntax `:param name => `. +When using the arrow syntax, expressions are restricted to a single line. List current parameters with `:param`. Clear parameters with `:param clear`.