Changeset 689a48e in mainline


Ignore:
Timestamp:
2020-03-09T15:16:01Z (4 years ago)
Author:
Manuele Conti <manuele.conti@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
badfbc0
Parents:
dd90608
Message:

Fix usbinfo utility usage message typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/usbinfo/main.c

    rdd90608 r689a48e  
    6969        _OPTION("-S --status", "Get status of the device.");
    7070        _OPTION("-r --hid-report", "Dump HID report descriptor.");
    71         _OPTION("-r --hid-report-usages", "Dump usages of HID report.");
     71        _OPTION("-R --hid-report-usages", "Dump usages of HID report.");
    7272
    7373        printf("\n");
Note: See TracChangeset for help on using the changeset viewer.