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

Unified Diff: pkg/args/lib/args.dart

Issue 52573002: Remove uses of Options from pkg, samples, tests, and third_party directories. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Edit comment Created 7 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/analyzer/lib/src/services/runtime/coverage/coverage_impl.dart ('k') | pkg/csslib/lib/css.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/args/lib/args.dart
diff --git a/pkg/args/lib/args.dart b/pkg/args/lib/args.dart
index a4db2046347bd6963cb12160d8dec1e79f286ba4..ea7f2318aa54a41873241e6c3b9aa3b6966fa877 100644
--- a/pkg/args/lib/args.dart
+++ b/pkg/args/lib/args.dart
@@ -84,8 +84,8 @@
*
* var results = parser.parse(['some', 'command', 'line', 'args']);
*
- * These arguments usually come from dart:io's Options class
- * (`new Options().arguments`), but you can pass in any list of strings.
+ * These arguments usually come from the arguments to main
+ * (`main(List<String> arguments`), but you can pass in any list of strings.
* The parse() method returns an instance of [ArgResults], a map-like
* object that contains the values of the parsed options.
*
« no previous file with comments | « pkg/analyzer/lib/src/services/runtime/coverage/coverage_impl.dart ('k') | pkg/csslib/lib/css.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698