| Index: pkg/analyzer/lib/options.dart
|
| diff --git a/pkg/analyzer/lib/options.dart b/pkg/analyzer/lib/options.dart
|
| index f6e51e75c43b283c1ed4f34c8ce52878c3190f87..0e31c411ac231f4eb4c94e8b7f926a9744467eee 100644
|
| --- a/pkg/analyzer/lib/options.dart
|
| +++ b/pkg/analyzer/lib/options.dart
|
| @@ -276,9 +276,9 @@ class _CommandLineParser {
|
| /**
|
| * Generates a string displaying usage information for the defined options.
|
| *
|
| - * See [ArgParser.getUsage()].
|
| + * See [ArgParser.usage].
|
| */
|
| - String getUsage() => _parser.getUsage();
|
| + String getUsage() => _parser.usage;
|
|
|
| /**
|
| * Parses [args], a list of command-line arguments, matches them against the
|
|
|