[CLI] Update CLI argument descriptions after review

This commit is contained in:
Kirill Rakhman
2023-10-31 13:17:55 +01:00
committed by Space Team
parent bc8841c6fe
commit 4964ee12a9
25 changed files with 825 additions and 823 deletions
@@ -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) {