| Index: pkg/analysis_server/bin/dartdeps.dart
|
| diff --git a/pkg/analysis_server/bin/dartdeps.dart b/pkg/analysis_server/bin/dartdeps.dart
|
| index 6fdcb8ba963ae89d265381b0f147ff64e1d788aa..c0eaad4abc275399aaece9d24068615f2e8cba32 100644
|
| --- a/pkg/analysis_server/bin/dartdeps.dart
|
| +++ b/pkg/analysis_server/bin/dartdeps.dart
|
| @@ -28,7 +28,7 @@ void main(List<String> args) {
|
| */
|
| class _DartDependencyAnalyzer {
|
| /**
|
| - * The name of the application that is used to start the analyzer.
|
| + * The name of the application that is used to start the dependency analyzer.
|
| */
|
| static const BINARY_NAME = 'dartdeps';
|
|
|
| @@ -180,6 +180,6 @@ class _DartDependencyAnalyzer {
|
| print('Usage: $BINARY_NAME [flags] <application_directory>');
|
| print('');
|
| print('Supported flags are:');
|
| - print(parser.getUsage());
|
| + print(parser.usage);
|
| }
|
| }
|
|
|