Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Unified Diff: pkg/analyzer/lib/src/command_line/arguments.dart

Issue 2713723003: Remove and hide analyzer cli flags. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/analyzer_cli/README.md » ('j') | pkg/analyzer_cli/lib/src/options.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/command_line/arguments.dart
diff --git a/pkg/analyzer/lib/src/command_line/arguments.dart b/pkg/analyzer/lib/src/command_line/arguments.dart
index fe113b69011cf64fff20c4a85c8d79b7bfbba6be..f120ad0ea025b0b362aba2f912373de6a0727e48 100644
--- a/pkg/analyzer/lib/src/command_line/arguments.dart
+++ b/pkg/analyzer/lib/src/command_line/arguments.dart
@@ -160,7 +160,7 @@ void defineAnalysisArguments(ArgParser parser, {bool hide: true, ddc: false}) {
hide: hide);
parser.addOption(packagesOption,
help: 'The path to the package resolution configuration file, which '
- 'supplies a mapping of package names to paths. This option cannot be '
+ 'supplies a mapping of package names\nto paths. This option cannot be '
'used with --package-root.',
hide: ddc);
parser.addOption(sdkSummaryPathOption,
« no previous file with comments | « no previous file | pkg/analyzer_cli/README.md » ('j') | pkg/analyzer_cli/lib/src/options.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698