Index: sdk/lib/_internal/pub/lib/src/command/upgrade.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/command/upgrade.dart b/sdk/lib/_internal/pub/lib/src/command/upgrade.dart |
index 2f0add7b66f26d51d1c59ee3f19da530f016ae31..306e027cfdf9b30fac4d4177048871aa2b07817a 100644 |
--- a/sdk/lib/_internal/pub/lib/src/command/upgrade.dart |
+++ b/sdk/lib/_internal/pub/lib/src/command/upgrade.dart |
@@ -13,9 +13,9 @@ import '../log.dart' as log; |
/// Handles the `upgrade` pub command. |
class UpgradeCommand extends PubCommand { |
String get description => |
- "Upgrade the current package's dependencies to latest versions."; |
- String get usage => 'pub upgrade [dependencies...]'; |
- final aliases = const ["update"]; |
+ "Upgrade the current package's dependencies to latest versions."; |
+ String get usage => "pub upgrade [dependencies...]"; |
+ List<String> get aliases => const ["update"]; |
bool get takesArguments => true; |
bool get isOffline => commandOptions['offline']; |