Index: sdk/lib/_internal/pub/test/pub_test.dart |
diff --git a/sdk/lib/_internal/pub/test/pub_test.dart b/sdk/lib/_internal/pub/test/pub_test.dart |
index 3ac83ac5995c033732b264fa415d55fc7512b040..cd32d73c7de09b2799cb4f3ac9caa5fbfd49cb2a 100644 |
--- a/sdk/lib/_internal/pub/test/pub_test.dart |
+++ b/sdk/lib/_internal/pub/test/pub_test.dart |
@@ -32,6 +32,7 @@ final USAGE_STRING = """ |
cache Work with the system cache. |
deps Print package dependencies. |
get Get the current package's dependencies. |
+ global Work with global packages. |
help Display help information for Pub. |
publish Publish the current package to pub.dartlang.org. |
run Run an executable from a package. |
@@ -120,6 +121,7 @@ main() { |
cache Work with the system cache. |
deps Print package dependencies. |
get Get the current package's dependencies. |
+ global Work with global packages. |
help Display help information for Pub. |
publish Publish the current package to pub.dartlang.org. |
run Run an executable from a package. |
@@ -270,6 +272,7 @@ main() { |
cache Work with the system cache. |
deps Print package dependencies. |
get Get the current package's dependencies. |
+ global Work with global packages. |
help Display help information for Pub. |
publish Publish the current package to pub.dartlang.org. |
run Run an executable from a package. |