From: Catalin Patulea Date: Fri, 13 Aug 2010 20:57:37 +0000 (-0400) Subject: Fix typo in documentation of usb_blaster_vid_pid command X-Git-Tag: v0.5.0-rc1~447 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=36333f9ca8eec7a83427116d9638065f3f02d08f Fix typo in documentation of usb_blaster_vid_pid command --- diff --git a/doc/openocd.texi b/doc/openocd.texi index 3cf5bfeebf..cbb9c141b1 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2259,11 +2259,11 @@ default values are used. Currently, only one @var{vid}, @var{pid} pair may be given, e.g. for Altera USB-Blaster (default): @example -ft2232_vid_pid 0x09FB 0x6001 +usb_blaster_vid_pid 0x09FB 0x6001 @end example The following VID/PID is for Kolja Waschk's USB JTAG: @example -ft2232_vid_pid 0x16C0 0x06AD +usb_blaster_vid_pid 0x16C0 0x06AD @end example @end deffn