diff --git a/cli/src/cluster_query.rs b/cli/src/cluster_query.rs index d07a4a6e7..ef7d33df9 100644 --- a/cli/src/cluster_query.rs +++ b/cli/src/cluster_query.rs @@ -508,7 +508,7 @@ pub fn process_show_block_production( } *missed_slots += 1; individual_slot_status.push( - style(format!(" {:<15} {:<44} MISSED", slot, leader)) + style(format!(" {:<15} {:<44} SKIPPED", slot, leader)) .red() .to_string(), );