FreeCalypso > hg > gsm-codec-lib
changeset 231:67cbfa0aeb1c
pcm16-to-ulaw: fix usage message
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 May 2023 18:08:12 +0000 |
parents | 20750ffb1c3e |
children | 8710c94df334 |
files | miscutil/pcm16-to-ulaw.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/miscutil/pcm16-to-ulaw.c Sun May 07 17:41:51 2023 +0000 +++ b/miscutil/pcm16-to-ulaw.c Sun May 07 18:08:12 2023 +0000 @@ -80,7 +80,7 @@ infname = argv[2]; outfname = argv[3]; } else { - fprintf(stderr, "usage: %s [-l] input.pcm16 output.alaw\n", + fprintf(stderr, "usage: %s [-l] input.pcm16 output.ulaw\n", argv[0]); exit(1); }