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

Unified Diff: pkg/analysis_server/bin/dartdeps.dart

Issue 677723002: Fix deprecation hints (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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/analysis_server/bin/fuzz.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
}
« no previous file with comments | « no previous file | pkg/analysis_server/bin/fuzz.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698