We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8214cd8 commit 49d8bcdCopy full SHA for 49d8bcd
examples/transaction/src/main/java/com/espertech/esper/example/transaction/sim/TxnGenMain.java
@@ -45,7 +45,7 @@ public class TxnGenMain implements Runnable {
45
*/
46
public static void main(String[] args) throws IOException {
47
if (args.length < 2) {
48
- System.out.println("Arguments are: <bucket_size> <num_transactions>");
+ System.out.println("Arguments are: <bucket_size (a text value such as 'small')> <num_transactions>");
49
System.exit(-1);
50
}
51
0 commit comments