| Index: utils/pub/command_update.dart
|
| diff --git a/utils/pub/command_update.dart b/utils/pub/command_update.dart
|
| index b5386eb4df1ad7216294b30590818d775c07486a..c1b5168c295b9d4f8e393ef25e14f292c08d4c2d 100644
|
| --- a/utils/pub/command_update.dart
|
| +++ b/utils/pub/command_update.dart
|
| @@ -13,6 +13,8 @@ class UpdateCommand extends PubCommand {
|
| String get description() =>
|
| "update the current package's dependencies to the latest versions";
|
|
|
| + String get usage() => 'pub update';
|
| +
|
| Future onRun() {
|
| print("Not implemented.");
|
| }
|
|
|