Skip to content

Commit 8c6b6be

Browse files
committed
fix --format description
1 parent a98e7b6 commit 8c6b6be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/ROOT/pages/cypher-shell.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,12 @@ cypher-shell [-h] [-a ADDRESS] [-u USERNAME] [--impersonate IMPERSONATE] [-p PAS
6464

6565
|--format {auto,verbose,plain}
6666
|Desired output format. Displays the results in tabular format if you use the shell interactively and with minimal formatting if you use it for scripting. +
67-
`verbose` displays results in a tabular format and prints statistics. +
67+
`verbose` displays results in tabular format and prints statistics. +
6868
`plain` displays data with minimal formatting.
6969
|auto
7070

7171
|-P PARAM, --param PARAM
7272
|Add a parameter to this session. Example: `-P '{a: 1}'` or `-P '{a: 1, b: duration({seconds: 1})}'`. This argument can be specified multiple times.
73-
7473
|[]
7574

7675
|--non-interactive

0 commit comments

Comments
 (0)