diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-07-25 15:55:51 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-07-25 15:55:51 +0200 |
commit | 4ff2fa5f03154ecc60946c64fa094e4b26048fe7 (patch) | |
tree | bec5492210fa96639d126ede37b09c58ad1ddf6b | |
parent | 71004263abe2ea01b39798204d02262036ad6be7 (diff) | |
download | toolame-dab-4ff2fa5f03154ecc60946c64fa094e4b26048fe7.tar.gz toolame-dab-4ff2fa5f03154ecc60946c64fa094e4b26048fe7.tar.bz2 toolame-dab-4ff2fa5f03154ecc60946c64fa094e4b26048fe7.zip |
Fix usage screen
-rw-r--r-- | toolame.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |