aboutsummaryrefslogtreecommitdiffstats
path: root/zmqtest
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-05-08 22:19:41 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-05-08 22:19:41 +0200
commit4d57f5c9dd4b25de8bf75f61e92ae81d104b3467 (patch)
tree7af338946a2b2e00cfdfc186e339317e82eb10cc /zmqtest
parentaf83de1d5e6ca971f7ae8f8e50a1051ef6489207 (diff)
downloadmmbtools-aux-4d57f5c9dd4b25de8bf75f61e92ae81d104b3467.tar.gz
mmbtools-aux-4d57f5c9dd4b25de8bf75f61e92ae81d104b3467.tar.bz2
mmbtools-aux-4d57f5c9dd4b25de8bf75f61e92ae81d104b3467.zip
zmq-dropper: add help file
Diffstat (limited to 'zmqtest')
-rw-r--r--zmqtest/zmq-dropper/zmq-dropper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zmqtest/zmq-dropper/zmq-dropper.c b/zmqtest/zmq-dropper/zmq-dropper.c
index ff3435e..7531346 100644
--- a/zmqtest/zmq-dropper/zmq-dropper.c
+++ b/zmqtest/zmq-dropper/zmq-dropper.c
@@ -52,6 +52,7 @@ int main(int argc, char** argv)
#else
fprintf(stderr, "zmq-dropper message dropper. version ?\n");
#endif
+ fprintf(stderr, "Send me a SIGUSR1 then I will drop a frame\n\n");
if (argc < 4) {
usage(argv);