diff options
author | Jie Zhang <jie.zhang@analog.com> | 2011-07-21 11:29:20 -0400 |
---|---|---|
committer | Spencer Oliver <ntfreak@users.sourceforge.net> | 2011-07-26 21:24:08 +0100 |
commit | ba4b8af4d7de5268ad8240751c12c79ac607e975 (patch) | |
tree | 8abb67652d655f9080c9d79b791223be044945a2 | |
parent | 577c3bc087d60414ee45031809c9acce24a8f3e0 (diff) |
remove doc on the deprecated '-p' option
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
-rw-r--r-- | doc/openocd.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index e9e32b8c..7e99d5a9 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -676,8 +676,6 @@ setting from within a telnet or gdb session using @command{debug_level You can redirect all output from the daemon to a file using the @option{-l <logfile>} switch. -For details on the @option{-p} option. @xref{Connecting to GDB}. - Note! OpenOCD will launch the GDB & telnet server even if it can not establish a connection with the target. In general, it is possible for the JTAG controller to be unresponsive until the target is set up |