Index: sdk/lib/_internal/pub/lib/src/command/cache.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/command/cache.dart b/sdk/lib/_internal/pub/lib/src/command/cache.dart |
index 29ad06bd4ed5b9cd87b08f060f340a085929fba7..97e5dbe7614ec99e4d209b792aab7b9eed431b82 100644 |
--- a/sdk/lib/_internal/pub/lib/src/command/cache.dart |
+++ b/sdk/lib/_internal/pub/lib/src/command/cache.dart |
@@ -15,7 +15,7 @@ import '../log.dart' as log; |
/// Handles the `cache` pub command. |
class CacheCommand extends PubCommand { |
String get description => "Inspect the system cache."; |
- String get usage => 'pub cache list'; |
+ String get usage => "pub cache list"; |
bool get hidden => true; |
bool get requiresEntrypoint => false; |
bool get takesArguments => true; |