-
-
Notifications
You must be signed in to change notification settings - Fork 52.6k
Closed
Description
Summary
After openclaw update, a restart failure message recommends:
openclaw gateway status --probe --deep
But in current versions, --probe is not a valid option for openclaw gateway status.
Environment
- OpenClaw before update: 2026.2.21-2
- OpenClaw after update: 2026.2.22-2
- OS: macOS (arm64)
Reproduction
- Run
openclaw update - If gateway restart health check fails/times out, CLI prints:
Run 'openclaw gateway status --probe --deep' for details. - Run that command
Actual behavior
openclaw gateway status --probe --deep fails with:
error: unknown option '--probe' (Did you mean one of --no-probe, --profile?)
Expected behavior
Failure hint should use currently valid syntax, e.g.:
openclaw gateway status --deep
(or another command guaranteed valid in the same release)
Why this matters
During recovery from failed restart, users rely on the printed hint.
A stale hint increases confusion and slows troubleshooting.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels