Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit f31f2fc

Browse files
committed
Code Review: Clarify the shell will be shutdown in help
1 parent 235a6f7 commit f31f2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypher-shell/src/main/java/org/neo4j/shell/cli/CliArgHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ private static ArgumentParser setupParser(ParameterMap parameterMap)
169169
.help("database to connect to. Can also be specified using environment variable " + ConnectionConfig.DATABASE_ENV_VAR)
170170
.setDefault("");
171171
connGroup.addArgument("-f", "--file")
172-
.help("Pass a file with cypher statements to be executed.");
172+
.help("Pass a file with cypher statements to be executed. After the statements have been executed cypher-shell will be shutdown");
173173

174174
MutuallyExclusiveGroup failGroup = parser.addMutuallyExclusiveGroup();
175175
failGroup.addArgument("--fail-fast")

0 commit comments

Comments
 (0)