| Index: utils/pub/command_version.dart
|
| diff --git a/utils/pub/command_version.dart b/utils/pub/command_version.dart
|
| index 5e2f005da9b7c031b3d358d179667369283ae916..bb56e691e317a1de774015bccfa141968a9e7552 100644
|
| --- a/utils/pub/command_version.dart
|
| +++ b/utils/pub/command_version.dart
|
| @@ -6,7 +6,7 @@ library command_version;
|
|
|
| import 'pub.dart';
|
|
|
| -/** Handles the `version` pub command. */
|
| +/// Handles the `version` pub command.
|
| class VersionCommand extends PubCommand {
|
| String get description => 'Print pub version.';
|
| String get usage => 'pub version';
|
| @@ -15,4 +15,4 @@ class VersionCommand extends PubCommand {
|
| Future onRun() {
|
| printVersion();
|
| }
|
| -}
|
| +}
|
|
|