| Index: sdk/lib/_internal/pub/lib/src/command/run.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/command/run.dart b/sdk/lib/_internal/pub/lib/src/command/run.dart
|
| index 34ac72839e5d72f26b7297e603e0448975e7aa1e..9881b6de19fa273d0f41797ff47e3ba4a3c4b5ed 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command/run.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command/run.dart
|
| @@ -15,7 +15,8 @@ import '../utils.dart';
|
| class RunCommand extends PubCommand {
|
| bool get takesArguments => true;
|
| bool get allowTrailingOptions => false;
|
| - String get description => "Run an executable from a package.";
|
| + String get description => "Run an executable from a package.\n"
|
| + "NOTE: We are currently optimizing this command's startup time.";
|
| String get usage => "pub run <executable> [args...]";
|
|
|
| Future onRun() {
|
|
|