Skip to content

Commit 1d266a4

Browse files
Add missing quotes
1 parent 6dbe996 commit 1d266a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/cypher-shell.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The syntax for running Cypher Shell is:
7474
|auto
7575

7676
|-P PARAM, --param PARAM
77-
|Add a parameter to this session. Example: `-P {a: 1}`, `-P '{a: 1, b: duration({seconds: 1})}'`, or using arrow syntax `-P 'a => 1'`. This argument can be specified multiple times.
77+
|Add a parameter to this session. Example: `-P '{a: 1}'`, `-P '{a: 1, b: duration({seconds: 1})}'`, or using arrow syntax `-P 'a => 1'`. This argument can be specified multiple times.
7878
|[]
7979

8080
|--non-interactive

0 commit comments

Comments
 (0)