summaryrefslogtreecommitdiffstats
path: root/src/command/stats.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/stats.rs')
-rw-r--r--src/command/stats.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/stats.rs b/src/command/stats.rs
index 0da303d7..5c9a9dbb 100644
--- a/src/command/stats.rs
+++ b/src/command/stats.rs
@@ -94,7 +94,7 @@ impl Cmd {
}
Self::All => {
- let history = db.list()?;
+ let history = db.list(None, false)?;
compute_stats(&history)?;