| Index: sdk/lib/_internal/pub/test/global/activate/unexpected_arguments_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/global/activate/unexpected_arguments_test.dart b/sdk/lib/_internal/pub/test/global/activate/unexpected_arguments_test.dart
|
| index c12902232ad5d4f55074f70431c0bcbac17f3886..0e0d7cc9c39dbb84f445ff5dc86958515cd1eb58 100644
|
| --- a/sdk/lib/_internal/pub/test/global/activate/unexpected_arguments_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/global/activate/unexpected_arguments_test.dart
|
| @@ -14,6 +14,8 @@ main() {
|
|
|
| Usage: pub global activate <package> [version]
|
| -h, --help Print usage information for this command.
|
| +
|
| + Use "pub help" to see global options.
|
| """,
|
| exitCode: exit_codes.USAGE);
|
| });
|
|
|