aboutsummaryrefslogtreecommitdiffstats
path: root/toolame.c
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-06-05 12:37:39 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-06-05 12:37:39 +0200
commit1e2a3730e9833f4bac850f89e552f023b7eec3f1 (patch)
tree719fb8330640072a31762af6b7a0391c08fd0af2 /toolame.c
parent86659b51355c4eade8124a90afc5995f2765fc41 (diff)
downloadtoolame-dab-1e2a3730e9833f4bac850f89e552f023b7eec3f1.tar.gz
toolame-dab-1e2a3730e9833f4bac850f89e552f023b7eec3f1.tar.bz2
toolame-dab-1e2a3730e9833f4bac850f89e552f023b7eec3f1.zip
accept a list of ZMQ endpoints, separated by semicolons
Diffstat (limited to 'toolame.c')
-rw-r--r--toolame.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolame.c b/toolame.c
index 41c5dc7..68440d8 100644
--- a/toolame.c
+++ b/toolame.c
@@ -693,6 +693,8 @@ void usage (void)
"\tinput input sound file. (WAV,AIFF,PCM or use '/dev/stdin')\n");
fprintf (stdout, "\toutput output bit stream of encoded audio\n");
fprintf (stdout, "\t prefix with tcp:// to use a ZMQ output\n");
+ fprintf (stdout, "\t Several ZMQ destinations can be given,\n");
+ fprintf (stdout, "\t separated by semicolons.\n");
fprintf (stdout,
"\n\tAllowable bitrates for 16, 22.05 and 24kHz sample input\n");
fprintf (stdout,