| Index: sdk/lib/_internal/pub/test/pub_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/pub_test.dart b/sdk/lib/_internal/pub/test/pub_test.dart
|
| index 949f4371add1701bae02865a6fbd13e977873089..a52149137406e9610a9ddf7399b3c9305078d67a 100644
|
| --- a/sdk/lib/_internal/pub/test/pub_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/pub_test.dart
|
| @@ -35,6 +35,7 @@ final USAGE_STRING = """
|
| help Display help information for Pub.
|
| install Install the current package's dependencies.
|
| publish Publish the current package to pub.dartlang.org.
|
| + serve Run a local web development server.
|
| 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.
|
|
|