From 8094dc52498dc97dcadd60c35df737c86d6c6614 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 23 Dec 2016 18:14:58 -0500 Subject: [PATCH] update sio_record usage text closes #135 --- example/sio_record.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/sio_record.c b/example/sio_record.c index 29c07ef..61d584d 100644 --- a/example/sio_record.c +++ b/example/sio_record.c @@ -114,7 +114,7 @@ static void overflow_callback(struct SoundIoInStream *instream) { } static int usage(char *exe) { - fprintf(stderr, "Usage: %s [options] outfile.wav\n" + fprintf(stderr, "Usage: %s [options] outfile\n" "Options:\n" " [--backend dummy|alsa|pulseaudio|jack|coreaudio|wasapi]\n" " [--device id]\n"