summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/case_closed_debugging_cr50.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/case_closed_debugging_cr50.md b/docs/case_closed_debugging_cr50.md
index b57e99d541..bd35ebc6cd 100644
--- a/docs/case_closed_debugging_cr50.md
+++ b/docs/case_closed_debugging_cr50.md
@@ -429,10 +429,11 @@ power is otherwise lost.
The `atboot` setting is the state of the write protect when Cr50 boots; it
defaults to `follow_batt_pres`.
-To change the `atboot` setting, add the `atboot` arg to the `wp` command:
+To change the `atboot` setting, add the `atboot` arg to the end of the `wp`
+command:
```
-cr50 > wp atboot [enable|disable|follow_batt_pres]
+cr50 > wp [enable|disable|follow_batt_pres] atboot
```
You can query the write protect state with `gsctool`: