diff --git a/codex-rs/tui/src/history_cell.rs b/codex-rs/tui/src/history_cell.rs index c577ce17a0..387263f9a7 100644 --- a/codex-rs/tui/src/history_cell.rs +++ b/codex-rs/tui/src/history_cell.rs @@ -193,8 +193,8 @@ impl HistoryCell { Line::from("".dim()), Line::from(format!(" 1. /init - {}", SlashCommand::Init.description()).dim()), Line::from(format!(" 2. /status - {}", SlashCommand::Status.description()).dim()), - Line::from(format!(" 3. /compact - {}", SlashCommand::Compact.description()).dim()), - Line::from(format!(" 4. /new - {}", SlashCommand::New.description()).dim()), + Line::from(format!(" 3. /diff - {}", SlashCommand::Diff.description()).dim()), + Line::from(format!(" 4. /compact - {}", SlashCommand::Compact.description()).dim()), Line::from("".dim()), ]; HistoryCell::WelcomeMessage {