From 405bef3f167398f49dd392d711bafefa6471aa94 Mon Sep 17 00:00:00 2001 From: Ricardo Biehl Pasquali Date: Mon, 16 Sep 2019 09:03:07 -0300 Subject: utils: Fix spelling in help text Signed-off-by: Ricardo Biehl Pasquali --- utils/tinymix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') 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] \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"); -- cgit v1.2.3