diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2010-07-24 14:38:46 -0400 |
---|---|---|
committer | David Brownell <db@helium.(none)> | 2010-07-24 14:38:46 -0400 |
commit | a463670c312befd86224e74a79aa804ee5fbae03 (patch) | |
tree | ff5cecccbd2ffc6ccce4ffdd69148fe91de7bb73 /doc | |
parent | 51d9b56861e1a64629177283fe37f289de932ba5 (diff) | |
download | openocd_libswd-a463670c312befd86224e74a79aa804ee5fbae03.tar.gz openocd_libswd-a463670c312befd86224e74a79aa804ee5fbae03.tar.bz2 openocd_libswd-a463670c312befd86224e74a79aa804ee5fbae03.tar.xz openocd_libswd-a463670c312befd86224e74a79aa804ee5fbae03.zip |
"transport select" returns Jim value
Make it scriptable, so code can be conditionalized based on
what transport is in use for the session.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'doc')
-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 89c9f668..97d2e816 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2451,7 +2451,7 @@ version of OpenOCD. Select which of the supported transports to use in this OpenOCD session. The transport must be supported by the debug adapter hardware and by the version of OPenOCD you are using (including the adapter's driver). -No arguments: print selected transport.. +No arguments: returns name of session's selected transport. @end deffn @subsection JTAG Transport |