From 88bd6989621165b1b08ba2dafcee4021d487b666 Mon Sep 17 00:00:00 2001 From: Arul Kumaran <arulkumaran.devarajan@huawei.com> Date: Mon, 12 Apr 2021 05:50:17 +0000 Subject: [PATCH] 96b Nitrogen Board: pyocd-flashtool syntax update * 'pyOCD-flashtool -l' command syntax rectified as 'pyocd-flashtool -l', fixes issue#39 Signed-off-by: Arul Kumaran <arulkumaran.devarajan@huawei.com> --- docs/hardware-support/boards/96b-nitrogen.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hardware-support/boards/96b-nitrogen.rst b/docs/hardware-support/boards/96b-nitrogen.rst index e9018f44..3c468c8c 100644 --- a/docs/hardware-support/boards/96b-nitrogen.rst +++ b/docs/hardware-support/boards/96b-nitrogen.rst @@ -90,7 +90,7 @@ pyOCD is an open source Python package for programming and debugging Arm Cortex- .. code-block:: console - $ pyOCD-flashtool -l + $ pyocd-flashtool -l .. note:: -- GitLab