diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2019-02-11 07:14:06 +0100 |
---|---|---|
committer | Matthias Welwarsky <matthias@welwarsky.de> | 2019-02-14 14:31:49 +0000 |
commit | 1c22f5b7dee61e6eb85159970c43240703a1a616 (patch) | |
tree | 5aeb4cba0dffdb0983696f86c9c9481c5533e1be | |
parent | dd9b7296bdbc236e0eeab35e00fc77f5ba9e565c (diff) | |
download | riscv-openocd-1c22f5b7dee61e6eb85159970c43240703a1a616.zip riscv-openocd-1c22f5b7dee61e6eb85159970c43240703a1a616.tar.gz riscv-openocd-1c22f5b7dee61e6eb85159970c43240703a1a616.tar.bz2 |
doc: fix typo in "adapter usb location" command
Change-Id: If959c5461904cdf4bcdf1887a9afaa9c2c94282b
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-on: http://openocd.zylin.com/4907
Tested-by: jenkins
Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
-rw-r--r-- | doc/openocd.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 3c1e33d..f9a9297 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2368,7 +2368,7 @@ the hardware can support. Returns the name of the debug adapter driver being used. @end deffn -@deffn Command {adapter usb location} <bus>:<port>[.<port>]... +@deffn Command {adapter usb location} <bus>-<port>[.<port>]... Specifies the physical USB port of the adapter to use. The path roots at @var{bus} and walks down the physical ports, with each @var{port} option specifying a deeper level in the bus topology, the last |