| Index: utils/tests/pub/pub_test.dart
|
| diff --git a/utils/tests/pub/pub_test.dart b/utils/tests/pub/pub_test.dart
|
| index 4ad65ad65c9acff19402280bda196ab17ffe8592..fd8e5c71bcc2bd7e4c020667d7f215ff891d8f35 100644
|
| --- a/utils/tests/pub/pub_test.dart
|
| +++ b/utils/tests/pub/pub_test.dart
|
| @@ -27,11 +27,12 @@ final USAGE_STRING = """
|
| -v, --verbose Shortcut for "--verbosity=all"
|
|
|
| Available commands:
|
| - help Display help information for Pub.
|
| - install Install the current package's dependencies.
|
| - publish Publish the current package to pub.dartlang.org.
|
| - update Update the current package's dependencies to the latest versions.
|
| - version Print pub version.
|
| + help Display help information for Pub.
|
| + install Install the current package's dependencies.
|
| + publish Publish the current package to pub.dartlang.org.
|
| + update Update the current package's dependencies to the latest versions.
|
| + uploader Manage uploaders for a package on pub.dartlang.org.
|
| + version Print pub version.
|
|
|
| Use "pub help [command]" for more information about a command.
|
| """;
|
|
|