Skip to content

Commit

Permalink
Usage text improved.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbence committed Sep 28, 2014
1 parent 5b59b25 commit 5007c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/czentral/incubator/streamm/Bootstrap.java
Expand Up @@ -51,7 +51,7 @@ public static void main(String args[]) {

// chacking args
if (args.length < 1) {
System.err.println("Usage: java StreamingServer <configfile>");
System.err.println("Usage: Bootstrap <configfile>");
System.exit(1);
}

Expand Down

0 comments on commit 5007c6c

Please sign in to comment.