diff options
author | Ricardo Biehl Pasquali <pasqualirb@gmail.com> | 2019-09-16 09:03:07 -0300 |
---|---|---|
committer | Ricardo Biehl Pasquali <pasqualirb@gmail.com> | 2019-09-21 20:31:09 -0300 |
commit | 405bef3f167398f49dd392d711bafefa6471aa94 (patch) | |
tree | e71f391de9285e5b147c3d5301f99715f0d67796 /utils | |
parent | 1923b9b0fd7116ba235a812ef00fd6c7c9ed363d (diff) |
utils: Fix spelling in help text
Signed-off-by: Ricardo Biehl Pasquali <pasqualirb@gmail.com>
Diffstat (limited to 'utils')
-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"); |