From fc77328fc3357a1d511cb759257c167da0f489be Mon Sep 17 00:00:00 2001 From: Fernando Martins Date: Tue, 7 Aug 2018 15:29:59 +0200 Subject: [PATCH] fix 'openocd -f' command typo in VERIFY.md --- src/setup/VERIFY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup/VERIFY.md b/src/setup/VERIFY.md index f5e358c..b0577d6 100644 --- a/src/setup/VERIFY.md +++ b/src/setup/VERIFY.md @@ -47,7 +47,7 @@ Next, run this command: ``` shell $ # *nix -$ openocd-f interface/cmsis-dap.cfg -f target/nrf51.cfg +$ openocd -f interface/cmsis-dap.cfg -f target/nrf51.cfg $ # Windows $ # NOTE cygwin users have reported problems with the -s flag. If you run into