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

Unified Diff: sdk/lib/_internal/pub/test/cache/add/unexpected_arguments_test.dart

Issue 363573002: Add a line to pub usage output explaining how to see global options. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 6 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
Index: sdk/lib/_internal/pub/test/cache/add/unexpected_arguments_test.dart
diff --git a/sdk/lib/_internal/pub/test/cache/add/unexpected_arguments_test.dart b/sdk/lib/_internal/pub/test/cache/add/unexpected_arguments_test.dart
index aae326fa785bcd592284192cb2e2629b94798edb..05c2b76e4ed8b657512f6fdf7aa392fa68394734 100644
--- a/sdk/lib/_internal/pub/test/cache/add/unexpected_arguments_test.dart
+++ b/sdk/lib/_internal/pub/test/cache/add/unexpected_arguments_test.dart
@@ -19,6 +19,7 @@ main() {
--all Install all matching versions.
-v, --version Version constraint.
+ Run "pub help" to see global options.
See http://dartlang.org/tools/pub/cmd/pub-cache.html for detailed documentation.
""",
exitCode: exit_codes.USAGE);

Powered by Google App Engine
This is Rietveld 408576698