]> git.0d.be Git - jackwsmeter.git/commitdiff
add indication that the command line should contain jack ports
authorFrédéric Péters <fpeters@0d.be>
Wed, 2 Jul 2014 16:49:26 +0000 (18:49 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 2 Jul 2014 16:49:26 +0000 (18:49 +0200)
jackwsmeter.c

index 693a07aa5f12f8b62355818bfbd5850d66da5fad..d3416040428593f7490252c28bbd6c3cfc0c49fe 100644 (file)
@@ -306,9 +306,9 @@ int main(int argc, char **argv)
                        iface = interface_name;
                        break;
                case 'h':
-                       fprintf(stderr, "Usage: test-server "
+                       fprintf(stderr, "Usage: jackwsserver "
                                        "[--port=<p>] [--ssl] "
-                                       "[-d <log bitfield>]\n");
+                                       "[-d <log bitfield>] <port>+\n");
                        exit(1);
                }
        }