X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/3245aa702260b7ca45cef26622d9a90f6e602506..74c1a41d0765df9716732ac053df9ed7f24f38f0:/examples/am7xxx-play.c diff --git a/examples/am7xxx-play.c b/examples/am7xxx-play.c index 38812a4..e958eee 100644 --- a/examples/am7xxx-play.c +++ b/examples/am7xxx-play.c @@ -777,7 +777,8 @@ int main(int argc, char *argv[]) } if (input_path == NULL) { - fprintf(stderr, "The -i option must always be passed\n"); + fprintf(stderr, "The -i option must always be passed\n\n"); + usage(argv[0]); ret = -EINVAL; goto out; }