| Index: utils/pub/command_list.dart
|
| diff --git a/utils/pub/command_list.dart b/utils/pub/command_list.dart
|
| index e85757c10f77a66cb2d08a911b0a27b43e68b20d..df5c40dc8b7839df6b51e0b179a9e4ae77053055 100644
|
| --- a/utils/pub/command_list.dart
|
| +++ b/utils/pub/command_list.dart
|
| @@ -16,6 +16,8 @@
|
| class ListCommand extends PubCommand {
|
| String get description() => 'print the contents of repositories';
|
|
|
| + String get usage() => 'pub list';
|
| +
|
| Future onRun() {
|
| // TODO(nweiz): also list the contents of the packages directory when it's
|
| // able to determine the source of its packages (that is, when we have a
|
|
|