| Index: sdk/lib/_internal/pub/test/run/errors_if_no_executable_is_given_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/run/errors_if_no_executable_is_given_test.dart b/sdk/lib/_internal/pub/test/run/errors_if_no_executable_is_given_test.dart
|
| index e92f4c3c0bcef2191278abd2736aad197eb21ba4..37633a810d95ee28d74535f0f92a5c232f505c85 100644
|
| --- a/sdk/lib/_internal/pub/test/run/errors_if_no_executable_is_given_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/run/errors_if_no_executable_is_given_test.dart
|
| @@ -19,6 +19,8 @@ Must specify an executable to run.
|
|
|
| Usage: pub run <executable> [args...]
|
| -h, --help Print usage information for this command.
|
| +
|
| +Use "pub help" to see global options.
|
| """,
|
| exitCode: exit_codes.USAGE);
|
| });
|
|
|