summaryrefslogtreecommitdiff
path: root/config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'config.cc')
-rw-r--r--config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.cc b/config.cc
index d1a5096a..b8c5ef01 100644
--- a/config.cc
+++ b/config.cc
@@ -586,7 +586,7 @@ OPT_BEGIN(cache, ":") {
} OPT_END(cache);
OPT_BEGIN(no_cache, "") {
- config.cache_file = "";
+ config.cache_file = "<none>";
} OPT_END(no_cache);
OPT_BEGIN(output, "o:") {