Skip to content

Commit

Permalink
Merge pull request #140 from pasqualirb/master
Browse files Browse the repository at this point in the history
utils: Fix spelling in help text
  • Loading branch information
Taylor Holberton committed Sep 22, 2019
2 parents 1923b9b + 405bef3 commit 8449529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/tinymix.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ void usage(void)
{
printf("usage: tinymix [options] <command>\n");
printf("options:\n");
printf("\t-h, --help : prints this help message and exists\n");
printf("\t-v, --version : prints this version of tinymix and exists\n");
printf("\t-h, --help : prints this help message and exits\n");
printf("\t-v, --version : prints this version of tinymix and exits\n");
printf("\t-D, --card NUMBER : specifies the card number of the mixer\n");
printf("commands:\n");
printf("\tget NAME|ID : prints the values of a control\n");
Expand Down

0 comments on commit 8449529

Please sign in to comment.