diff --git a/packages/cli/src/ui/components/SessionSummaryDisplay.tsx b/packages/cli/src/ui/components/SessionSummaryDisplay.tsx index 84572d8f41..5b0a461682 100644 --- a/packages/cli/src/ui/components/SessionSummaryDisplay.tsx +++ b/packages/cli/src/ui/components/SessionSummaryDisplay.tsx @@ -18,7 +18,7 @@ export const SessionSummaryDisplay: React.FC = ({ }) => { const { stats } = useSessionStats(); const { shell } = getShellConfiguration(); - const footer = `To resume this session, run:\n gemini --resume ${escapeShellArg(stats.sessionId, shell)}`; + const footer = `To resume this session: gemini --resume ${escapeShellArg(stats.sessionId, shell)}`; return ( > renders the summary display with a title 1` │ │ │ Savings Highlight: 500 (50.0%) of input tokens were served from the cache, reducing costs. │ │ │ -│ To resume this session, run: │ -│ gemini --resume test-session │ +│ To resume this session: gemini --resume test-session │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────╯ " `;