[CLI] Update CLI argument descriptions after review
This commit is contained in:
committed by
Space Team
parent
bc8841c6fe
commit
4964ee12a9
@@ -113,7 +113,7 @@ public class Usage {
|
||||
while (sb.length() < descriptionStart) {
|
||||
sb.append(" ");
|
||||
}
|
||||
appendln(sb, "Pass an option directly to JVM");
|
||||
appendln(sb, "Pass an option directly to JVM.");
|
||||
}
|
||||
|
||||
private static void renderArgfileUsage(@NotNull StringBuilder sb) {
|
||||
@@ -124,7 +124,7 @@ public class Usage {
|
||||
while (sb.length() < descriptionStart) {
|
||||
sb.append(" ");
|
||||
}
|
||||
appendln(sb, "Read compiler arguments and file paths from the given file");
|
||||
appendln(sb, "Read compiler arguments and file paths from the given file.");
|
||||
}
|
||||
|
||||
private static void appendln(@NotNull StringBuilder sb, @NotNull String string) {
|
||||
|
||||
Reference in New Issue
Block a user