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 b470f1bf976c0815e03880701f009d0448a170de..5131ea24ee5e084f331603b2dc8687f473f8d7a2 100644 |
--- a/sdk/lib/_internal/pub/lib/src/command/build.dart |
+++ b/sdk/lib/_internal/pub/lib/src/command/build.dart |
@@ -27,8 +27,7 @@ final _allowedBuildDirectories = new Set<String>.from([ |
/// Handles the `build` pub command. |
class BuildCommand extends PubCommand { |
- String get description => |
- "Copy and compile all Dart entrypoints in the 'web' directory."; |
+ String get description => "Apply transformers to build a package."; |
String get usage => "pub build [options]"; |
List<String> get aliases => const ["deploy", "settle-up"]; |
bool get takesArguments => true; |