Changeset 8d355aa8 in mainline


Ignore:
Timestamp:
2012-07-20T16:19:32Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32260a0
Parents:
9e279c4
Message:

usbinfo: allow combining list with other commands.

File:
1 edited

Legend:

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

    r9e279c4 r8d355aa8  
    161161                        case 'l':
    162162                                list();
    163                                 return 0;
     163                                break;
    164164                        case '?':
    165165                                print_usage(argv[0]);
Note: See TracChangeset for help on using the changeset viewer.