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-04-24 21:15:38 +0000
commit30562adc4147a777b4eb90f54a073d9c95e7a2b8 (patch)
tree2755f825bc1bcc31e734e7c55ff7b74b564c627b
parent2ede3f434879a4881b8bc586459c554720d842b8 (diff)
downloadchrome-ec-30562adc4147a777b4eb90f54a073d9c95e7a2b8.tar.gz
docs: Fix arguments to flash_ec in CCD docsstabilize-15439.B-cr50_stabrelease-R114-15437.B-cr50_stab
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>
-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}