Skip to content

Commit

Permalink
Queue depth
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 19, 2023
1 parent b20e905 commit 2db0123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ApplyParchmentToSourceJar.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private static void printUsage(PrintStream out) {
out.println(" --out <output-file> Path where new source-jar will be written");
out.println(" --names <names-file> Path to Parchment ZIP-File or merged TSRG2-Mappings");
out.println(" --skip-javadoc Don't apply Javadocs");
out.println(" --queue-depth How many source files to wait for in parallel. 0 for synchronous processing.");
out.println(" --queue-depth <depth> How many source files to wait for in parallel. 0 for synchronous processing.");
out.println(" 0 for synchronous processing. Default is 50.");
out.println(" --help Print help");
}
Expand Down

0 comments on commit 2db0123

Please sign in to comment.