Skip to content

Commit

Permalink
Fix wrong CLI. (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Oct 4, 2024
1 parent 5d1e3ff commit 8edac2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/docs/fleet/reliability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ firmware-envelope: x64-linux
containers: {}
```
The max-offline value can also be set using the `toit` CLI:
The max-offline value can also be set using the `artemis` CLI:

```bash
toit device -d DEVICE-ID set-max-offline 1h
artemis device -d DEVICE-ID set-max-offline 1h
```

This configuration change is not permanent and will be lost with the next firmware update.
Expand Down

0 comments on commit 8edac2b

Please sign in to comment.