| Index: utils/tests/pub/pub_test.dart
|
| diff --git a/utils/tests/pub/pub_test.dart b/utils/tests/pub/pub_test.dart
|
| index d4ccfc0bc66686441bd70c2f192c4085dddb90c2..b67158c2d9d3b9ecbd9e6867ff2a8dc51113f202 100644
|
| --- a/utils/tests/pub/pub_test.dart
|
| +++ b/utils/tests/pub/pub_test.dart
|
| @@ -12,12 +12,15 @@
|
| final USAGE_STRING = """
|
| Pub is a package manager for Dart.
|
|
|
| - Usage:
|
| + Usage: pub command [arguments]
|
|
|
| - 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
|
|
|
| The commands are:
|
| -
|
| install install the current package's dependencies
|
| list print the contents of repositories
|
| update update the current package's dependencies to the latest versions
|
|
|