Skip to content

Commit

Permalink
Update src/com/amazon/ion/benchmark/Main.java
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Gregg <[email protected]>
  • Loading branch information
linlin-s and tgregg authored Dec 6, 2023
1 parent d6849ec commit a201bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/amazon/ion/benchmark/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public class Main {
+ "[default: auto]\n"

+ " -m --auto-flush <bool> If this option is enabled, then the flush operation will be executed "
+ "automatically when the size of the value is overflow "
+ "automatically when the size of the value exceeds the writer's block size. This option may be specified multiple times to compare different values."
+ "[default: false]\n"

// 'read' options:
Expand Down

0 comments on commit a201bd2

Please sign in to comment.