summaryrefslogtreecommitdiff
path: root/examples/ezusb.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ezusb.h')
-rw-r--r--examples/ezusb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ezusb.h b/examples/ezusb.h
index c5d9868..cd0776d 100644
--- a/examples/ezusb.h
+++ b/examples/ezusb.h
@@ -110,7 +110,7 @@ extern int ezusb_load_ram(libusb_device_handle *device,
extern int ezusb_load_eeprom(libusb_device_handle *device,
const char *path, int fx_type, int img_type, int config);
-/* boolean flag, says whether to write extra messages to stderr */
+/* Verbosity level (default 1). Can be increased or decreased with options v/q */
extern int verbose;
#ifdef __cplusplus