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 a899d0a8498c8c5d763b77cf17d299f97531ad88..e8b6ad0bbba9a579a8a4544ed25cd73e6bc11468 100644 |
--- a/sdk/lib/_internal/pub/lib/src/command/upgrade.dart |
+++ b/sdk/lib/_internal/pub/lib/src/command/upgrade.dart |
@@ -14,6 +14,7 @@ class UpgradeCommand extends PubCommand { |
String get description => |
"Upgrade the current package's dependencies to latest versions."; |
String get usage => "pub upgrade [dependencies...]"; |
+ String get docUrl => "http://dartlang.org/tools/pub/cmd/pub-upgrade.html"; |
List<String> get aliases => const ["update"]; |
bool get takesArguments => true; |