Minor, update argfile usage description

This commit is contained in:
Alexander Udalov
2019-04-16 19:21:33 +03:00
parent a567aa620b
commit 822b210e85
4 changed files with 4 additions and 4 deletions
@@ -97,7 +97,7 @@ public class Usage {
while (sb.length() < descriptionStart) {
sb.append(" ");
}
appendln(sb, "Expand compiler arguments from the given file, containing one argument or file path per line");
appendln(sb, "Read compiler arguments and file paths from the given file");
}
private static void appendln(@NotNull StringBuilder sb, @NotNull String string) {
+1 -1
View File
@@ -10,5 +10,5 @@ where possible options include:
-nowarn Generate no warnings
-verbose Enable verbose logging output
-version Display compiler version
@<argfile> Expand compiler arguments from the given file, containing one argument or file path per line
@<argfile> Read compiler arguments and file paths from the given file
OK
+1 -1
View File
@@ -31,5 +31,5 @@ where possible options include:
-nowarn Generate no warnings
-verbose Enable verbose logging output
-version Display compiler version
@<argfile> Expand compiler arguments from the given file, containing one argument or file path per line
@<argfile> Read compiler arguments and file paths from the given file
OK
+1 -1
View File
@@ -29,5 +29,5 @@ where possible options include:
-nowarn Generate no warnings
-verbose Enable verbose logging output
-version Display compiler version
@<argfile> Expand compiler arguments from the given file, containing one argument or file path per line
@<argfile> Read compiler arguments and file paths from the given file
OK