| Index: utils/pub/command_update.dart
|
| diff --git a/utils/pub/command_update.dart b/utils/pub/command_update.dart
|
| index 10886cc89d7568859e39168200c1dcb619d05c3a..2748c4570fb6df0454859aa03ce82aa96df66ecb 100644
|
| --- a/utils/pub/command_update.dart
|
| +++ b/utils/pub/command_update.dart
|
| @@ -9,10 +9,10 @@
|
|
|
| /** Handles the `update` pub command. */
|
| class UpdateCommand extends PubCommand {
|
| - String get description() =>
|
| + String get description =>
|
| "update the current package's dependencies to the latest versions";
|
|
|
| - String get usage() => 'pub update [dependencies...]';
|
| + String get usage => 'pub update [dependencies...]';
|
|
|
| Future onRun() {
|
| var future;
|
|
|