examples: fix incorrect error message in fxload

* Closes #3
This commit is contained in:
Carl Karsten 2014-04-06 10:06:35 -05:00 committed by Pete Batard
parent 25e8276597
commit b38ac3fbb1
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@ int main(int argc, char*argv[])
return print_usage(-1); return print_usage(-1);
} }
if ((device_id != NULL) && (device_path != NULL)) { if ((device_id != NULL) && (device_path != NULL)) {
logerror("only one of -d or -a can be specified\n"); logerror("only one of -d or -p can be specified\n");
return print_usage(-1); return print_usage(-1);
} }

View file

@ -1 +1 @@
#define LIBUSB_NANO 10876 #define LIBUSB_NANO 10877