Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: sdk/lib/_internal/pub/lib/src/command/deps.dart

Issue 356953005: Link to dartlang.org in pub's command-line help messages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/command/cache_repair.dart ('k') | sdk/lib/_internal/pub/lib/src/command/get.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698