From 0b0d75298fc8e4c214c14a8ab8d19042de0a96d1 Mon Sep 17 00:00:00 2001 From: Markus Meissner Date: Sun, 29 Oct 2023 02:06:12 +0200 Subject: [PATCH] docs: fix outdated cli call --- content/docs/tools/cargo-flash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/tools/cargo-flash.md b/content/docs/tools/cargo-flash.md index aed6a42..ed4424e 100644 --- a/content/docs/tools/cargo-flash.md +++ b/content/docs/tools/cargo-flash.md @@ -36,7 +36,7 @@ cargo flash --release --chip # Don't know if your target is supported # by cargo flash and what it's name is? -cargo flash --list-chips +probe-rs info # You can run your examples as usual with cargo flash --example