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

Unified Diff: test/pub_test.dart

Issue 1220543006: Fix pub_test. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/pub_test.dart
diff --git a/test/pub_test.dart b/test/pub_test.dart
index 954bc0556c3d19f2ec9f35b3e5693f060161b547..8fbee8aa3282feb60f0d0e58fc31c39e35faa47d 100644
--- a/test/pub_test.dart
+++ b/test/pub_test.dart
@@ -17,17 +17,19 @@ main() {
Usage: pub <command> [arguments]
Global options:
- -h, --help Print this usage information.
- --version Print pub version.
- --[no-]trace Print debugging information when an error occurs.
- --verbosity Control output verbosity.
-
- [all] Show all output including internal tracing messages.
- [io] Also show IO operations.
- [normal] Show errors, warnings, and user messages.
- [solver] Show steps during version resolution.
-
- -v, --verbose Shortcut for "--verbosity=all".
+ -h, --help Print this usage information.
+ --version Print pub version.
+ --[no-]trace Print debugging information when an error occurs.
+ --verbosity Control output verbosity.
+
+ [all] Show all output including internal tracing messages.
+ [io] Also show IO operations.
+ [normal] Show errors, warnings, and user messages.
+ [solver] Show steps during version resolution.
+
+ -v, --verbose Shortcut for "--verbosity=all".
+ --[no-]package-symlinks Generate packages/ directories when installing packages.
+ (defaults to on)
Available commands:
build Apply transformers to build a package.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698