Index: sdk/lib/_internal/pub/test/global/activate/bad_version_test.dart |
diff --git a/sdk/lib/_internal/pub/test/global/activate/bad_version_test.dart b/sdk/lib/_internal/pub/test/global/activate/bad_version_test.dart |
index 1bf2eeaa85db5a4f97f44404de7780bdf91aaeea..809c4ee3d806632c62aea702c405786d7d3caa58 100644 |
--- a/sdk/lib/_internal/pub/test/global/activate/bad_version_test.dart |
+++ b/sdk/lib/_internal/pub/test/global/activate/bad_version_test.dart |
@@ -12,8 +12,10 @@ main() { |
error: """ |
Could not parse version "1.0". Unknown text at "1.0". |
- Usage: pub global activate <package> [version] |
- -h, --help Print usage information for this command. |
+ 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] |
Run "pub help" to see global options. |
""", |