X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tests%2Fclient.c;h=9f9a53f5289a0d40bedcae79695a2508852f4f34;hb=bd777dc79c31027a117df0e334d047504519db08;hp=4995536c548bdd14f4e2fcd661c9c3e175b20205;hpb=93c48dd90c3ae976b997b3a776a3775167b42369;p=tlsproxy%2Ftlsproxy.git diff --git a/tests/client.c b/tests/client.c index 4995536..9f9a53f 100644 --- a/tests/client.c +++ b/tests/client.c @@ -1,7 +1,7 @@ /* * Simple GnuTLS client used for testing. * - * Copyright (C) 2011-2013 Simon Ruderich + * Copyright (C) 2011-2014 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -65,7 +65,10 @@ int main (int argc, char *argv[]) { if (argc != 5 && argc != 6) { fprintf(stderr, "Usage: %s " - "[]\n", + "[]\n" + "\n" + "tlsproxy must be running on port 4711, " + " is the port.\n", argv[0]); return EXIT_FAILURE; }