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. |