| 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..88dfb3bf23a333f962d1efb8ea5df48e0b60bfe2 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.
|
| +
|
| +Run "pub help" to see global options.
|
| """,
|
| exitCode: exit_codes.USAGE);
|
| });
|
|
|