| 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 986586ed6785841cd3e4f6c561c753e65936aff6..0e08982a818954f0d6f58567fce083901df0e34e 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
|
| @@ -12,12 +12,11 @@ main() {
|
| error: """
|
| Unexpected arguments "bar" and "baz".
|
|
|
| - Usage: pub global activate [--source source] <package> [version]
|
| - -h, --help Print usage information for this command.
|
| - -s, --source The source used to find the package.
|
| - [git, hosted (default), path]
|
| + Usage: pub global activate <package> [version]
|
| + -h, --help Print usage information for this command.
|
|
|
| - Run "pub help" to see global options.""",
|
| + Run "pub help" to see global options.
|
| + """,
|
| exitCode: exit_codes.USAGE);
|
| });
|
| }
|
|
|