Skip to content

Commit 49d8bcd

Browse files
committed
merge minor example improvement
1 parent 8214cd8 commit 49d8bcd

File tree

1 file changed

+1
-1
lines changed
  • examples/transaction/src/main/java/com/espertech/esper/example/transaction/sim

1 file changed

+1
-1
lines changed

examples/transaction/src/main/java/com/espertech/esper/example/transaction/sim/TxnGenMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class TxnGenMain implements Runnable {
4545
*/
4646
public static void main(String[] args) throws IOException {
4747
if (args.length < 2) {
48-
System.out.println("Arguments are: <bucket_size> <num_transactions>");
48+
System.out.println("Arguments are: <bucket_size (a text value such as 'small')> <num_transactions>");
4949
System.exit(-1);
5050
}
5151

0 commit comments

Comments
 (0)