X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsptps_test.c;fp=src%2Fsptps_test.c;h=2f3facf3fd39eb12ab7b8e513344b5b98226a625;hb=a86faaf34711d6b0f278b670d70a229a3cf0d479;hp=44cdeb73b64132ecbc77a503fb8b1823538f4a05;hpb=ac77178a4e9b98bdf0ed194bc7dc36c8fbca8a14;p=meshlink diff --git a/src/sptps_test.c b/src/sptps_test.c index 44cdeb73..2f3facf3 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) 2011-2013 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[]) {