Index: sdk/lib/_internal/pub/test/pub_cache_test.dart |
diff --git a/sdk/lib/_internal/pub/test/pub_cache_test.dart b/sdk/lib/_internal/pub/test/pub_cache_test.dart |
index cb38da7d25a6145b9c5c96fb78679b23a78002e2..195bcd58ab0e120aaca28cb576e22d34cb3f3792 100644 |
--- a/sdk/lib/_internal/pub/test/pub_cache_test.dart |
+++ b/sdk/lib/_internal/pub/test/pub_cache_test.dart |
@@ -22,6 +22,7 @@ main() { |
Inspect the system cache. |
Usage: pub cache list |
+ -h, --help Print usage information for this command. |
''', |
error: 'The cache command expects one argument.', |
exitCode: 64); |
@@ -33,6 +34,7 @@ main() { |
Inspect the system cache. |
Usage: pub cache list |
+ -h, --help Print usage information for this command. |
''', |
error: 'Unknown cache command "foo".', |
exitCode: 64); |