| Index: utils/tests/pub/pub_test.dart
|
| diff --git a/utils/tests/pub/pub_test.dart b/utils/tests/pub/pub_test.dart
|
| index b67158c2d9d3b9ecbd9e6867ff2a8dc51113f202..93a594513b1133545beafaa6c049825ed38d43d7 100644
|
| --- a/utils/tests/pub/pub_test.dart
|
| +++ b/utils/tests/pub/pub_test.dart
|
| @@ -15,10 +15,11 @@ final USAGE_STRING = """
|
| Usage: pub command [arguments]
|
|
|
| Global options:
|
| - -h, --help Prints this usage information
|
| - --version Prints the version of Pub
|
| - --cachedir The directory containing the system-wide Pub cache
|
| - --sdkdir The directory containing the Dart SDK
|
| + -h, --help Prints this usage information
|
| + --version Prints the version of Pub
|
| + --cachedir The directory containing the system-wide Pub cache
|
| + --sdkdir The directory containing the Dart SDK
|
| + --[no-]trace Prints a stack trace when an error occurs
|
|
|
| The commands are:
|
| install install the current package's dependencies
|
|
|