Skip to content

Commit

Permalink
Help message: Clarified we can read whole folders.
Browse files Browse the repository at this point in the history
Cf. #29
  • Loading branch information
thvitt committed May 3, 2017
1 parent 817586b commit 1d9be42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ public static void main(String[] args) {
try {
if(!parseArgs(args)) {
stdout.println("Usage: java -jar pipeline.jar -help");
stdout.println("Usage: java -jar pipeline.jar -input <Input File> -output <Output Folder>");
stdout.println("Usage: java -jar pipeline.jar -config <Config File> -input <Input File> -output <Output Folder>");
stdout.println("Usage: java -jar pipeline.jar -input <Input File or Folder> -output <Output Folder>");
stdout.println("Usage: java -jar pipeline.jar -config <Config File> -input <Input File or Folder> -output <Output Folder>");
return;
}
} catch (ParseException e) {
Expand Down

0 comments on commit 1d9be42

Please sign in to comment.