From bbd706c7fb124ca42ac2c2de6b8588fd1c017c96 Mon Sep 17 00:00:00 2001 From: sys64738 Date: Tue, 17 Aug 2021 22:20:13 +0000 Subject: [PATCH] Update 'dpctl' --- dpctl.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dpctl.md b/dpctl.md index 1f34a97..225512d 100644 --- a/dpctl.md +++ b/dpctl.md @@ -8,7 +8,7 @@ The `dpctl.sh` script can be found in the `host/` directory in the source tree. ``` $ ./dpctl.sh --help -usage: dmctl [-h] [--conn CONN] subcommand ... +usage: dpctl [-h] [--conn CONN] subcommand ... optional arguments: -h, --help show this help message and exit @@ -147,8 +147,8 @@ $ ./dpctl.sh jtag-scan swd 0 999 Start pin must be at least 2, but is 0 $ ./dpctl.sh jtag-scan idk 10 15 -usage: dmctl jtag-scan [-h] {jtag,swd} start end -dmctl jtag-scan: error: argument type: invalid choice: 'idk' (choose from 'jtag', 'swd') +usage: dpctl jtag-scan [-h] {jtag,swd} start end +dpctl jtag-scan: error: argument type: invalid choice: 'idk' (choose from 'jtag', 'swd') ``` ### Mode 4-specific subcommands