| Index: sdk/lib/_internal/pub/lib/src/command/cache.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/command/cache.dart b/sdk/lib/_internal/pub/lib/src/command/cache.dart
|
| index 63d027bd22be146e4fec8e9f5637c28ab6bf9f4b..f0559b763437a25d9c6d8e75dee0a5d7cdaf3808 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command/cache.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command/cache.dart
|
| @@ -13,6 +13,7 @@ import 'cache_repair.dart';
|
| class CacheCommand extends PubCommand {
|
| String get description => "Work with the system cache.";
|
| String get usage => "pub cache <subcommand>";
|
| + String get docUrl => "http://dartlang.org/tools/pub/cmd/pub-cache.html";
|
|
|
| final subcommands = {
|
| "add": new CacheAddCommand(),
|
|
|