fix typo in the usage

This commit is contained in:
Mariano Alvira 2010-04-08 12:17:21 -04:00
parent e21e8f1a45
commit 18d898d967
3 changed files with 22 additions and 3 deletions

View file

@ -326,7 +326,7 @@ void usage(void)
printf( "Options:\n");
printf( " -i|--index specifiy which device to use (default 0)\n");
printf( " -v|--vendor set vendor id (default 0x0403)\n");
printf( " -p|--prodcut set vendor id (default 0x6010)\n");
printf( " -p|--product set vendor id (default 0x6010)\n");
}
int print_and_prompt( struct ftdi_device_list *devlist )