fix(cli): update help text for --session-id (#10077)

Signed-off-by: Vikram Vaswani <2571660+vvaswani@users.noreply.github.com>
This commit is contained in:
vvaswani
2026-06-29 21:00:27 +05:30
committed by GitHub
parent 2cc1140dc1
commit 84d02d6d47
+1 -1
View File
@@ -75,7 +75,7 @@ pub struct Identifier {
alias = "id",
value_name = "SESSION_ID",
help = "Session ID (e.g., '20250921_143022')",
long_help = "Specify a session ID directly. When used with --resume, will resume this specific session if it exists."
long_help = "Specify a session ID to resume. Requires --resume."
)]
pub session_id: Option<String>,