| Index: test/pub_test.dart
|
| diff --git a/test/pub_test.dart b/test/pub_test.dart
|
| index c3259eafa1ac5f962d106dbe82207a362c0a05fc..bea14cdce0c64481e61fea9daa480a44f02f438e 100644
|
| --- a/test/pub_test.dart
|
| +++ b/test/pub_test.dart
|
| @@ -17,21 +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.
|
| - [error] Show only errors.
|
| - [io] Also show IO operations.
|
| - [normal] Show errors, warnings, and user messages.
|
| - [solver] Show steps during version resolution.
|
| - [warning] Show only errors and warnings.
|
| -
|
| - -v, --verbose Shortcut for "--verbosity=all".
|
| - --[no-]package-symlinks Generate packages/ directories when installing packages.
|
| - (defaults to on)
|
| + -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.
|
| + [error] Show only errors.
|
| + [io] Also show IO operations.
|
| + [normal] Show errors, warnings, and user messages.
|
| + [solver] Show steps during version resolution.
|
| + [warning] Show only errors and warnings.
|
| +
|
| + -v, --verbose Shortcut for "--verbosity=all".
|
|
|
| Available commands:
|
| build Apply transformers to build a package.
|
|
|