aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-07-25 15:55:51 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-07-25 15:55:51 +0200
commit4ff2fa5f03154ecc60946c64fa094e4b26048fe7 (patch)
treebec5492210fa96639d126ede37b09c58ad1ddf6b
parent71004263abe2ea01b39798204d02262036ad6be7 (diff)
downloadtoolame-dab-4ff2fa5f03154ecc60946c64fa094e4b26048fe7.tar.gz
toolame-dab-4ff2fa5f03154ecc60946c64fa094e4b26048fe7.tar.bz2
toolame-dab-4ff2fa5f03154ecc60946c64fa094e4b26048fe7.zip
Fix usage screen
-rw-r--r--toolame.c2
1 files changed, 1 insertions, 1 deletions
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");