summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <msturner@google.com>2023-04-24 16:30:54 -0400
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-05-03 19:42:15 +0000
commit7fc7470aab9c58deab2d71b97867eaf8bcffecb8 (patch)
tree6cb4545b9b5a86ec19aa860d2235294e2a92a16d
parent5b06c9211ea891928e71cc12dece361bd708a159 (diff)
downloadchrome-ec-7fc7470aab9c58deab2d71b97867eaf8bcffecb8.tar.gz
docs: Fix arguments to flash_ec in CCD docs
The single-letter arguments do not exist (anymore?). BUG=none TEST=view in gitiles Change-Id: Id39fe6f0cecee3731c594516d8876c8883ae8c14 Signed-off-by: Matt Turner <msturner@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4469348 Commit-Queue: Mary Ruthven <mruthven@chromium.org> Reviewed-by: Mary Ruthven <mruthven@chromium.org> (cherry picked from commit 30562adc4147a777b4eb90f54a073d9c95e7a2b8) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4482207 Tested-by: Mary Ruthven <mruthven@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org> Auto-Submit: Mary Ruthven <mruthven@chromium.org> (cherry picked from commit ddee07782f566ef85859e45fd9140ecdabb783b1) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4503737
-rw-r--r--docs/case_closed_debugging_cr50.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/case_closed_debugging_cr50.md b/docs/case_closed_debugging_cr50.md
index 20a61c3053..3ecda4082e 100644
--- a/docs/case_closed_debugging_cr50.md
+++ b/docs/case_closed_debugging_cr50.md
@@ -330,7 +330,7 @@ The steps to flash the EC differ based on the board being used, but the
```bash
(chroot) $ sudo servod -b $BOARD
-(chroot) $ ~/trunk/src/platform/ec/util/flash_ec -i $IMAGE -b $BOARD
+(chroot) $ ~/trunk/src/platform/ec/util/flash_ec --image $IMAGE --board $BOARD
```
## Flashing the AP {#flashap}