diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-05-05 09:21:58 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-05-05 09:21:58 +0200 |
commit | 80660288e0ff0f2a1887287e5177e52c54b14347 (patch) | |
tree | 5262a6cf8c4dd6408597f51c9bbcef6c65746cb4 | |
parent | 909130e16ee70157d3de6cd5c15fdea0f8fe6a6f (diff) | |
download | openocd_libswd-80660288e0ff0f2a1887287e5177e52c54b14347.tar.gz openocd_libswd-80660288e0ff0f2a1887287e5177e52c54b14347.tar.bz2 openocd_libswd-80660288e0ff0f2a1887287e5177e52c54b14347.tar.xz openocd_libswd-80660288e0ff0f2a1887287e5177e52c54b14347.zip |
docs: now builds again
Fix gaffe committed last time.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
-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 cfba79f6..7d54247b 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -5671,7 +5671,7 @@ separately. @end deffn @anchor{load_image} -@deffn Command {load_image} filename address [@option{bin}|@option{ihex}|@option{elf}] @option{min_addr} @option{max_length}] +@deffn Command {load_image} filename address [[@option{bin}|@option{ihex}|@option{elf}] @option{min_addr} @option{max_length}] Load image from file @var{filename} to target memory offset by @var{address} from its load address. The file format may optionally be specified (@option{bin}, @option{ihex}, or @option{elf}). |