Chromium Code Reviews| Index: utils/pub/command_version.dart |
| diff --git a/utils/pub/command_version.dart b/utils/pub/command_version.dart |
| index fa45a852bfd23cd43c1fd77c9a4b6d1d42644f7b..8a0099c6e774f0418bee31bacb1e7ca05988c821 100644 |
| --- a/utils/pub/command_version.dart |
| +++ b/utils/pub/command_version.dart |
| @@ -10,5 +10,7 @@ |
| class VersionCommand extends PubCommand { |
| String get description() => 'print Pub version'; |
| + String get usage() => 'pub version'; |
| + |
| Future onRun() => printVersion(); |
| } |