fix: update resume guidance

This commit is contained in:
2026-06-21 01:53:32 +09:00
parent 861c351a96
commit d25ca6ff3c
2 changed files with 24 additions and 4 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ impl std::fmt::Display for DashboardError {
Self::Store(e) => write!(f, "session store error: {e}"),
Self::NoPods => write!(
f,
"no Tickets or Pods found — create a Ticket with `yoi ticket create` or restore a Pod with `yoi -r`"
"no Tickets or Pods found — create a Ticket with `yoi ticket create` or restore a Pod with `yoi resume`"
),
}
}