| Index: utils/pub/command_update.dart
|
| diff --git a/utils/pub/command_update.dart b/utils/pub/command_update.dart
|
| index daedfb6a19d715ecda949c74d89b30140868713b..6995a6d571df450225a9e9e7d35d35f3c584da36 100644
|
| --- a/utils/pub/command_update.dart
|
| +++ b/utils/pub/command_update.dart
|
| @@ -11,7 +11,7 @@ import 'pub.dart';
|
| /** Handles the `update` pub command. */
|
| class UpdateCommand extends PubCommand {
|
| String get description =>
|
| - "update the current package's dependencies to the latest versions";
|
| + "Update the current package's dependencies to the latest versions.";
|
|
|
| String get usage => 'pub update [dependencies...]';
|
|
|
|
|