aboutsummaryrefslogtreecommitdiff
path: root/lib/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.py')
-rw-r--r--lib/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.py b/lib/util.py
index fbddb2e..a2f982d 100644
--- a/lib/util.py
+++ b/lib/util.py
@@ -23,7 +23,7 @@ def read_cache(json_path):
except Exception:
raise ValueError('error loading JSON cache')
else:
- raise ValueError('cache not found, run rebuild.py')
+ raise ValueError('cache not found, run ./roka.py --scan')
return books