| Index: utils/pub/command_version.dart
|
| diff --git a/utils/pub/command_version.dart b/utils/pub/command_version.dart
|
| index 464d1a290f58a474ae844e6b2841480250ff846e..5e2f005da9b7c031b3d358d179667369283ae916 100644
|
| --- a/utils/pub/command_version.dart
|
| +++ b/utils/pub/command_version.dart
|
| @@ -8,7 +8,7 @@ import 'pub.dart';
|
|
|
| /** Handles the `version` pub command. */
|
| class VersionCommand extends PubCommand {
|
| - String get description => 'print Pub version';
|
| + String get description => 'Print pub version.';
|
| String get usage => 'pub version';
|
| bool get requiresEntrypoint => false;
|
|
|
|
|