| Index: sdk/lib/_internal/pub/lib/src/command_uploader.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/command_uploader.dart b/sdk/lib/_internal/pub/lib/src/command_uploader.dart
|
| index 958f298df1e524ad84770ea6c57c391847bb3c86..4097fbdc9a7a89233c04ff11f81cb31003c58c79 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command_uploader.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command_uploader.dart
|
| @@ -31,9 +31,9 @@ class UploaderCommand extends PubCommand {
|
| // TODO(nweiz): Use HostedSource.defaultUrl as the default value once we use
|
| // dart:io for HTTPS requests.
|
| parser.addOption('server', defaultsTo: 'https://pub.dartlang.org',
|
| - help: 'The package server on which the package is hosted');
|
| + help: 'The package server on which the package is hosted.');
|
| parser.addOption('package', help: 'The package whose uploaders will be '
|
| - 'modified\n'
|
| + 'modified.\n'
|
| '(defaults to the current package)');
|
| return parser;
|
| }
|
|
|