diff options
author | Taylor Holberton <tay10r@protonmail.com> | 2019-09-21 22:06:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-21 22:06:10 -0400 |
commit | 8449529c7e50f432091539ba7b438e79b04059b5 (patch) | |
tree | e71f391de9285e5b147c3d5301f99715f0d67796 | |
parent | 1923b9b0fd7116ba235a812ef00fd6c7c9ed363d (diff) | |
parent | 405bef3f167398f49dd392d711bafefa6471aa94 (diff) |
Merge pull request #140 from pasqualirb/master
utils: Fix spelling in help text
-rw-r--r-- | utils/tinymix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/tinymix.c b/utils/tinymix.c index abab78d..04205dd 100644 --- a/utils/tinymix.c +++ b/utils/tinymix.c @@ -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"); |