diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-08-28 17:21:04 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-08-28 17:21:04 +0000 |
commit | c6c1528ee58f994fb0ced77d4dc48081dbb8cecc (patch) | |
tree | a88435eefbd44ad6831d12f1057273b1accd8727 | |
parent | a5cbe5bd85aad2341f62d7fcdb7691da290b0a38 (diff) | |
download | openocd_libswd-c6c1528ee58f994fb0ced77d4dc48081dbb8cecc.tar.gz openocd_libswd-c6c1528ee58f994fb0ced77d4dc48081dbb8cecc.tar.bz2 openocd_libswd-c6c1528ee58f994fb0ced77d4dc48081dbb8cecc.tar.xz openocd_libswd-c6c1528ee58f994fb0ced77d4dc48081dbb8cecc.zip |
documented change in target command w/removed options
git-svn-id: svn://svn.berlios.de/openocd/trunk@973 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r-- | doc/openocd.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index f16e9e46..b899891c 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -1438,6 +1438,10 @@ Certain OpenOCD commands have been deprecated/removed during the various revisio @item @b{load_binary} @cindex load_binary use @option{load_image} command with same args +@item @b{target} +@cindex target +@option{target} no longer take the reset_init, reset_run, run_and_halt, run_and_init. The @option{reset} command +always does a @option{reset run} when passed no arguments. @item @b{dump_binary} @cindex dump_binary use @option{dump_image} command with same args |