Changeset 5b77efc in mainline


Ignore:
Timestamp:
2013-04-10T20:59:42Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eb0ef51
Parents:
1912b45
Message:

mixerctl: add little help message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/mixerctl/mixerctl.c

    r1912b45 r5b77efc  
    173173        } else {
    174174                print_levels(exch);
     175                printf("\n%s:\n", argv[0]);
     176                printf("Use '%s getlevel idx' command to read individual "
     177                    "settings\n", argv[0]);
     178                printf("Use '%s setlevel idx' command to change "
     179                    "settings\n", argv[0]);
    175180        }
    176181
Note: See TracChangeset for help on using the changeset viewer.