X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fsptps_test.c;h=618bfb583ab569eca3ec89e2f3adf58680536801;hb=10455fec2a170be302f7cccf778331e4562c2f95;hp=44cdeb73b64132ecbc77a503fb8b1823538f4a05;hpb=29b42aa17ede17bc67963292e86b186cc09039b1;p=meshlink diff --git a/src/sptps_test.c b/src/sptps_test.c index 44cdeb73..618bfb58 100644 --- a/src/sptps_test.c +++ b/src/sptps_test.c @@ -1,6 +1,6 @@ /* sptps_test.c -- Simple Peer-to-Peer Security test program - Copyright (C) 2011-2013 Guus Sliepen , + Copyright (C) 2014 Guus Sliepen 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 @@ -81,7 +81,7 @@ static void usage() { " -R, --replay-window N Set replay window to N bytes.\n" " -v, --verbose Display debug messages.\n" "\n"); - fprintf(stderr, "Report bugs to tinc@tinc-vpn.org.\n"); + fprintf(stderr, "Report bugs to bugs@meshlink.io.\n"); } int main(int argc, char *argv[]) {