diff --git a/src/timeline/timelines.rs b/src/timeline/timelines.rs index caf528a17..63d271296 100644 --- a/src/timeline/timelines.rs +++ b/src/timeline/timelines.rs @@ -606,6 +606,7 @@ impl Timeline { "Last Timestamp", "Channels", "Providers", + "Size", ]; if let Some(path) = &opt.output { let file = File::create(path).expect("Failed to create output file");