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>
This commit is contained in:
parent
dd9b7296bd
commit
1c22f5b7de
|
@ -2368,7 +2368,7 @@ the hardware can support.
|
||||||
Returns the name of the debug adapter driver being used.
|
Returns the name of the debug adapter driver being used.
|
||||||
@end deffn
|
@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
|
Specifies the physical USB port of the adapter to use. The path
|
||||||
roots at @var{bus} and walks down the physical ports, with each
|
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} option specifying a deeper level in the bus topology, the last
|
||||||
|
|
Loading…
Reference in New Issue