aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID/HostLoaderApp
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-02 13:40:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-02 13:40:53 +0000
commitc2135f2776e01842a775502c24b59d9169ffa851 (patch)
tree301f86b2f95fdbbd406260a16940ab725f3227fd /Bootloaders/HID/HostLoaderApp
parentf01a05415c03b0dd61297849ece2cfcce7f8d3e8 (diff)
downloadlufa-c2135f2776e01842a775502c24b59d9169ffa851.tar.gz
lufa-c2135f2776e01842a775502c24b59d9169ffa851.tar.bz2
lufa-c2135f2776e01842a775502c24b59d9169ffa851.zip
Expand the documentation for each Bootloader to give sample usage instructions for the command line programmer utilities.
Fix typo in the HID class bootloader CLI programmer application usage instructions.
Diffstat (limited to 'Bootloaders/HID/HostLoaderApp')
-rw-r--r--Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c b/Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c
index 0562690a6..e22d39404 100644
--- a/Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c
+++ b/Bootloaders/HID/HostLoaderApp/hid_bootloader_cli.c
@@ -49,7 +49,7 @@ void usage(void)
fprintf(stderr, "\n<MCU> = atmegaXXuY or at90usbXXXY");
fprintf(stderr, "\nFor support and more information, please visit:\n");
- fprintf(stderr, "http://www.lufa-lub.org\n");
+ fprintf(stderr, "http://www.lufa-lib.org\n");
fprintf(stderr, "\nBased on the TeensyHID command line programmer software:\n");
fprintf(stderr, "http://www.pjrc.com/teensy/loader_cli.html\n");