| Index: sdk/lib/_internal/pub/lib/src/command/global_run.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/command/global_run.dart b/sdk/lib/_internal/pub/lib/src/command/global_run.dart
|
| index 262985414e6339ca941d37d90d796b1392ac3ee9..d0f35ba70af58aaaf3b117f71c3343d1fc34ecc5 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/command/global_run.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/command/global_run.dart
|
| @@ -16,7 +16,8 @@ class GlobalRunCommand extends PubCommand {
|
| bool get takesArguments => true;
|
| bool get allowTrailingOptions => false;
|
| String get description =>
|
| - "Run an executable from a globally activated package.";
|
| + "Run an executable from a globally activated package.\n"
|
| + "NOTE: We are currently optimizing this command's startup time.";
|
| String get usage => "pub global run <package>:<executable> [args...]";
|
|
|
| Future onRun() {
|
|
|