From: Øyvind Harboe Date: Wed, 5 May 2010 07:21:58 +0000 (+0200) Subject: docs: now builds again X-Git-Tag: v0.5.0-rc1~724 X-Git-Url: https://review.openocd.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=80660288e0ff0f2a1887287e5177e52c54b14347;hp=909130e16ee70157d3de6cd5c15fdea0f8fe6a6f;p=openocd.git docs: now builds again Fix gaffe committed last time. Signed-off-by: Øyvind Harboe --- diff --git a/doc/openocd.texi b/doc/openocd.texi index cfba79f6b9..7d54247b8e 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}).