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-Url: https://git.gag.com/?a=commitdiff_plain;h=36333f9ca8eec7a83427116d9638065f3f02d08f;p=fw%2Fopenocd Fix typo in documentation of usb_blaster_vid_pid command --- diff --git a/doc/openocd.texi b/doc/openocd.texi index 3cf5bfeeb..cbb9c141b 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