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

Unified Diff: pkg/analysis_server/lib/driver.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 | « pkg/analysis_server/bin/fuzz.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/driver.dart
diff --git a/pkg/analysis_server/lib/driver.dart b/pkg/analysis_server/lib/driver.dart
index 284cf604ad76f097fa114f75d4b8e2e4b163cd51..ca278c7e816b26619aeb602251e9ba2a72856e6a 100644
--- a/pkg/analysis_server/lib/driver.dart
+++ b/pkg/analysis_server/lib/driver.dart
@@ -140,6 +140,6 @@ class Driver {
print('Usage: $BINARY_NAME [flags]');
print('');
print('Supported flags are:');
- print(parser.getUsage());
+ print(parser.usage);
}
}
« no previous file with comments | « pkg/analysis_server/bin/fuzz.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698