Skip to content

Commit 88c5a7f

Browse files
authored
fix(tui): clarify resume session tip (#9490)
1 parent 091e88c commit 88c5a7f

File tree

1 file changed

+1
-1
lines changed
  • packages/opencode/src/cli/cmd/tui/component

1 file changed

+1
-1
lines changed

packages/opencode/src/cli/cmd/tui/component/tips.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const TIPS = [
106106
"Use plugins to send OS notifications when sessions complete",
107107
"Create a plugin to prevent OpenCode from reading sensitive files",
108108
"Use {highlight}opencode run{/highlight} for non-interactive scripting",
109-
"Use {highlight}opencode run --continue{/highlight} to resume the last session",
109+
"Use {highlight}opencode --continue{/highlight} to resume the last session",
110110
"Use {highlight}opencode run -f file.ts{/highlight} to attach files via CLI",
111111
"Use {highlight}--format json{/highlight} for machine-readable output in scripts",
112112
"Run {highlight}opencode serve{/highlight} for headless API access to OpenCode",

0 commit comments

Comments
 (0)