| Index: sdk/lib/_internal/pub/lib/src/command/deps.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/command/deps.dart b/sdk/lib/_internal/pub/lib/src/command/deps.dart
|
| index 18483065f2fa9f117c3b8c87d085b9dd9f61f9b7..fd397b699b08072d2988aa2f2ed2ee11fe0def39 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command/deps.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command/deps.dart
|
| @@ -19,6 +19,7 @@ class DepsCommand extends PubCommand {
|
| String get description => "Print package dependencies.";
|
| List<String> get aliases => const ["dependencies", "tab"];
|
| String get usage => "pub deps";
|
| + String get docUrl => "http://dartlang.org/tools/pub/cmd/pub-deps.html";
|
|
|
| /// The loaded package graph.
|
| PackageGraph _graph;
|
|
|