| Index: sdk/lib/_internal/pub/test/global/activate/missing_package_arg_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/global/activate/missing_package_arg_test.dart b/sdk/lib/_internal/pub/test/global/activate/missing_package_arg_test.dart
|
| index 346b4b2906e0c8d4fac6cb57f7b3a7429798bd96..2eeba0ed7c64c06c757b6ed82f1a6cb2096f93e5 100644
|
| --- a/sdk/lib/_internal/pub/test/global/activate/missing_package_arg_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/global/activate/missing_package_arg_test.dart
|
| @@ -12,12 +12,11 @@ main() {
|
| error: """
|
| No package to activate given.
|
|
|
| - 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);
|
| });
|
| }
|
|
|