summaryrefslogtreecommitdiff
path: root/cli/tools/info.rs
diff options
context:
space:
mode:
authorBartek Iwańczuk <biwanczuk@gmail.com>2024-11-20 01:17:50 +0100
committerBartek Iwańczuk <biwanczuk@gmail.com>2024-11-20 01:17:50 +0100
commitf56a377b4c281bee2044e4777825a33d3777dd41 (patch)
treea568b45ea5ef212fb062d2f2a5e50254bea6c441 /cli/tools/info.rs
parent71b6f0b0652cda2476dc0f2ea3ef205b80994411 (diff)
reviewHEADmain
Diffstat (limited to 'cli/tools/info.rs')
-rw-r--r--cli/tools/info.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/info.rs b/cli/tools/info.rs
index 8363df9f7..5b24b1217 100644
--- a/cli/tools/info.rs
+++ b/cli/tools/info.rs
@@ -181,7 +181,7 @@ fn print_cache_info(
);
println!(
"{} {}",
- colors::bold("Web Cache storage:"),
+ colors::bold("Web cache storage:"),
web_cache_dir.display()
);
if location.is_some() {