# HG changeset patch
# User Mychaela Falconia <falcon@freecalypso.org>
# Date 1683482892 0
# Node ID 67cbfa0aeb1c1407cdba0eb95b26af7152012056
# Parent  20750ffb1c3e15eb42df84d8ada091d559e24c42
pcm16-to-ulaw: fix usage message

diff -r 20750ffb1c3e -r 67cbfa0aeb1c miscutil/pcm16-to-ulaw.c
--- 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);
 	}