ref: 22d25ac8abd10c38f943be1cf337abe7ce720172
parent: 713c4f2d9e3f9882458097ad5045875c399cb363
author: rrt <rrt>
date: Thu Dec 7 20:46:43 EST 2006
Make error message more precise.
--- a/src/sox.c
+++ b/src/sox.c
@@ -226,7 +226,7 @@
/* Make sure we got at least the required # of input filenames */
input_count = file_count - 1;
if (input_count < (soxmix ? 2 : 1))
- usage("Not enough input or output filenames specified");
+ usage("Not enough input filenames specified");
for (i = 0; i < input_count; i++)
{