Skip to content

Commit 3ca08a5

Browse files
committed
better wording
1 parent 3c98665 commit 3ca08a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scala/ldbc/snb/datagen/spark/LdbcDatagen.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ object LdbcDatagen extends SparkApp {
8686

8787
opt[Unit]("keep-implicit-deletes")
8888
.action((x, c) => args.keepImplicitDeletes.set(c)(true))
89-
.text("Keep implicit deletes. Only applicable to BI mode. By default the BI output doesn't contain dynamic entities that" +
90-
"without the explicitlyDeleted attribute and filters dynamic entities where explicitlyDeleted is false. " +
89+
.text("Keep implicit deletes. Only applicable to BI mode. By default the BI output doesn't contain dynamic entities" +
90+
"without the explicitlyDeleted attribute and removes the rows where the attribute is false." +
9191
"Setting this flag retains all deletes.")
9292

9393
opt[Map[String,String]]("format-options")

0 commit comments

Comments
 (0)