From 822b210e85a2679ef4d07072a0cc9455d8539666 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Tue, 16 Apr 2019 19:21:33 +0300 Subject: [PATCH] Minor, update argfile usage description --- compiler/cli/src/org/jetbrains/kotlin/cli/common/Usage.java | 2 +- compiler/testData/cli/js-dce/dceHelp.out | 2 +- compiler/testData/cli/js/jsHelp.out | 2 +- compiler/testData/cli/jvm/help.out | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/cli/src/org/jetbrains/kotlin/cli/common/Usage.java b/compiler/cli/src/org/jetbrains/kotlin/cli/common/Usage.java index ec421b57381..c2ab6f38500 100644 --- a/compiler/cli/src/org/jetbrains/kotlin/cli/common/Usage.java +++ b/compiler/cli/src/org/jetbrains/kotlin/cli/common/Usage.java @@ -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) { diff --git a/compiler/testData/cli/js-dce/dceHelp.out b/compiler/testData/cli/js-dce/dceHelp.out index 966f9856b7e..a34d402886e 100644 --- a/compiler/testData/cli/js-dce/dceHelp.out +++ b/compiler/testData/cli/js-dce/dceHelp.out @@ -10,5 +10,5 @@ where possible options include: -nowarn Generate no warnings -verbose Enable verbose logging output -version Display compiler version - @ Expand compiler arguments from the given file, containing one argument or file path per line + @ Read compiler arguments and file paths from the given file OK diff --git a/compiler/testData/cli/js/jsHelp.out b/compiler/testData/cli/js/jsHelp.out index 94df7c00510..652cd610bc3 100644 --- a/compiler/testData/cli/js/jsHelp.out +++ b/compiler/testData/cli/js/jsHelp.out @@ -31,5 +31,5 @@ where possible options include: -nowarn Generate no warnings -verbose Enable verbose logging output -version Display compiler version - @ Expand compiler arguments from the given file, containing one argument or file path per line + @ Read compiler arguments and file paths from the given file OK diff --git a/compiler/testData/cli/jvm/help.out b/compiler/testData/cli/jvm/help.out index 32706b154e2..14117439e9f 100644 --- a/compiler/testData/cli/jvm/help.out +++ b/compiler/testData/cli/jvm/help.out @@ -29,5 +29,5 @@ where possible options include: -nowarn Generate no warnings -verbose Enable verbose logging output -version Display compiler version - @ Expand compiler arguments from the given file, containing one argument or file path per line + @ Read compiler arguments and file paths from the given file OK