| Index: sdk/lib/_internal/pub/test/pub_uploader_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/pub_uploader_test.dart b/sdk/lib/_internal/pub/test/pub_uploader_test.dart
|
| index 741abf0ca70c10d8d2340c5eaf7494bfd881285d..b52a5e3af6bfa3a1c4e305d828b25dca9a13d872 100644
|
| --- a/sdk/lib/_internal/pub/test/pub_uploader_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/pub_uploader_test.dart
|
| @@ -17,15 +17,16 @@ import 'descriptor.dart' as d;
|
| import 'test_pub.dart';
|
|
|
| final USAGE_STRING = '''
|
| - Manage uploaders for a package on pub.dartlang.org.
|
| +Manage uploaders for a package on pub.dartlang.org.
|
|
|
| - Usage: pub uploader [options] {add/remove} <email>
|
| - --server The package server on which the package is hosted
|
| +Usage: pub uploader [options] {add/remove} <email>
|
| +-h, --help Print usage information for this command.
|
| + --server The package server on which the package is hosted.
|
| (defaults to "https://pub.dartlang.org")
|
|
|
| - --package The package whose uploaders will be modified
|
| + --package The package whose uploaders will be modified.
|
| (defaults to the current package)
|
| - ''';
|
| +''';
|
|
|
| ScheduledProcess startPubUploader(ScheduledServer server, List<String> args) {
|
| var tokenEndpoint = server.url.then((url) =>
|
|
|