Index: sdk/lib/_internal/pub/lib/src/command/cache_add.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/command/cache_add.dart b/sdk/lib/_internal/pub/lib/src/command/cache_add.dart |
index 4a731a22254b30d03622473dced7954c8c430a26..54d56858e7873b0fbcd3d217315bfab2384055cc 100644 |
--- a/sdk/lib/_internal/pub/lib/src/command/cache_add.dart |
+++ b/sdk/lib/_internal/pub/lib/src/command/cache_add.dart |
@@ -17,6 +17,7 @@ class CacheAddCommand extends PubCommand { |
String get description => "Install a package."; |
String get usage => |
"pub cache add <package> [--version <constraint>] [--all]"; |
+ String get docUrl => "http://dartlang.org/tools/pub/cmd/pub-cache.html"; |
bool get requiresEntrypoint => false; |
bool get takesArguments => true; |