summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2019-03-21 13:26:07 +1100
committerGunnar Mills <gmills@us.ibm.com>2019-03-21 13:53:33 +0000
commit0f791e8f8c89c1eefdcf8cc7dc86657fd2b27cb8 (patch)
treed8d1ec0cf0732cf10c6fb0918ee2a6f0680dbb42
parenta6837b5a758cec765237488e6823ed88844c8ac5 (diff)
downloadopenbmc-docs-0f791e8f8c89c1eefdcf8cc7dc86657fd2b27cb8.tar.gz
openbmc-docs-0f791e8f8c89c1eefdcf8cc7dc86657fd2b27cb8.zip
REST-cheatsheet: Fix typo
Fixup a typo in the Boot Mode command to save the next person wondering why the command is generating backtraces. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com> Change-Id: I38756dbf1da05bfc43b504e93905b29c86dd8290
-rw-r--r--REST-cheatsheet.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/REST-cheatsheet.md b/REST-cheatsheet.md
index 8815f55..1f9e1a5 100644
--- a/REST-cheatsheet.md
+++ b/REST-cheatsheet.md
@@ -145,7 +145,7 @@ Note: To keep the syntax below common between the phosphor-rest and bmcweb
* Set boot mode:
```
- $ curl -b cjar -k -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/openbmc_project/control/host0/boot/one_time/attr/BootMode -d '{"data": "xy.openbmc_project.Control.Boot.Mode.Modes.Regular"}'
+ $ curl -b cjar -k -H "Content-Type: application/json" -X PUT https://${bmc}/xyz/openbmc_project/control/host0/boot/one_time/attr/BootMode -d '{"data": "xyz.openbmc_project.Control.Boot.Mode.Modes.Regular"}'
```
* Set boot source:
OpenPOWER on IntegriCloud