aboutsummaryrefslogtreecommitdiff
path: root/rev-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'rev-tree.c')
-rw-r--r--rev-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rev-tree.c b/rev-tree.c
index f2414b20f..8c19b3161 100644
--- a/rev-tree.c
+++ b/rev-tree.c
@@ -179,7 +179,7 @@ static void read_cache_file(const char *path)
char line[500];
if (!file)
- usage("bad revtree cache file (%s)", path);
+ die("bad revtree cache file (%s)", path);
while (fgets(line, sizeof(line), file)) {
unsigned long date;