From 4ff2fa5f03154ecc60946c64fa094e4b26048fe7 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 25 Jul 2014 15:55:51 +0200 Subject: Fix usage screen --- toolame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolame.c b/toolame.c index 2030ca9..90a5034 100644 --- a/toolame.c +++ b/toolame.c @@ -644,7 +644,7 @@ void usage (void) "enable PAD, and read len bytes of X-PAD data per frame\n"); fprintf (stdout, "\t-P file " "read X-PAD data from mot-encoder from the specified file\n"); - fprintf (stdout, "\t-t talkativity 0=no messages (dflt 2)"); + fprintf (stdout, "\t-t talkativity 0=no messages (dflt 2)\n"); fprintf (stdout, "Files\n"); fprintf (stdout, "\tinput input sound file. (WAV,AIFF,PCM or use '/dev/stdin')\n"); -- cgit v1.2.3