Index: sdk/lib/_internal/pub/lib/src/command/build.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/command/build.dart b/sdk/lib/_internal/pub/lib/src/command/build.dart |
index b741f40d54090c661d8cc6b3ccb9ae7df35f3bef..f086af1c1f6afea072d643705a32750c9df0cfa9 100644 |
--- a/sdk/lib/_internal/pub/lib/src/command/build.dart |
+++ b/sdk/lib/_internal/pub/lib/src/command/build.dart |
@@ -22,6 +22,7 @@ final _arrow = getSpecial('\u2192', '=>'); |
class BuildCommand extends BarbackCommand { |
String get description => "Apply transformers to build a package."; |
String get usage => "pub build [options] [directories...]"; |
+ String get docUrl => "http://dartlang.org/tools/pub/cmd/pub-build.html"; |
List<String> get aliases => const ["deploy", "settle-up"]; |
/// The path to the application's build output directory. |