aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarc Schink <openocd-dev@marcschink.de>2019-05-07 13:20:30 +0200
committerTomas Vanek <vanekt@fbl.cz>2019-05-16 22:39:38 +0100
commite162200ab2cd6c2202bd437dca91137eacf9021c (patch)
treed48538dee5ba6126931704bf5b267a00c8c301ce /doc
parent04ebb43f93ca4ce5ae891da1d5d819705ec9368c (diff)
downloadriscv-openocd-e162200ab2cd6c2202bd437dca91137eacf9021c.zip
riscv-openocd-e162200ab2cd6c2202bd437dca91137eacf9021c.tar.gz
riscv-openocd-e162200ab2cd6c2202bd437dca91137eacf9021c.tar.bz2
Fix 'adapter usb location' documentation
Change-Id: Ifd1d21f2a3cc25ee25e3c7dd04dbb8190d41a1ea Signed-off-by: Marc Schink <openocd-dev@marcschink.de> Reviewed-on: http://openocd.zylin.com/5156 Tested-by: jenkins Reviewed-by: Oleksij Rempel <linux@rempel-privat.de> Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 4fb7b00..535fe3a 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -2370,8 +2370,8 @@ Returns the name of the debug adapter driver being used.
@end deffn
@anchor{adapter_usb_location}
-@deffn Command {adapter usb location} <bus>-<port>[.<port>]...
-Specifies the physical USB port of the adapter to use. The path
+@deffn Command {adapter usb location} [<bus>-<port>[.<port>]...]
+Displays or 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
@var{port} denoting where the target adapter is actually plugged.