aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 883e2df..977627d 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -180,7 +180,7 @@ fn work() -> Result<(), io::Error> {
Ok(s) => PathBuf::from(s),
_ => [
&env::var("HOME").unwrap_or_else(|_| {
- err!("XDG_CACHE_HOME or HOME variable must be set");
+ err!("One of the XDG_CACHE_HOME or HOME variables must be set");
}),
".cache",
]