Index: sdk/lib/_internal/pub/lib/src/command/get.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/command/get.dart b/sdk/lib/_internal/pub/lib/src/command/get.dart |
index 97dd50e0ecea6094070a6ae8a7331278ec86d5ff..3c066fdbabae3c7ebde91eac83233c9c7ff45add 100644 |
--- a/sdk/lib/_internal/pub/lib/src/command/get.dart |
+++ b/sdk/lib/_internal/pub/lib/src/command/get.dart |
@@ -12,6 +12,7 @@ import '../command.dart'; |
class GetCommand extends PubCommand { |
String get description => "Get the current package's dependencies."; |
String get usage => "pub get"; |
+ String get docUrl => "http://dartlang.org/tools/pub/cmd/pub-get.html"; |
List<String> get aliases => const ["install"]; |
bool get isOffline => commandOptions["offline"]; |