X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsptps_test.c;h=3ec9f984781771cbd7400ebf2c16b550833fde60;hb=f0e7e6b03e34e69cac5b01a2d943ad3b9b59d36c;hp=eea8e755b13db734397177a2c48d74068253565d;hpb=475088ed77df925ce0680c9993305cd746742708;p=tinc diff --git a/src/sptps_test.c b/src/sptps_test.c index eea8e755..3ec9f984 100644 --- a/src/sptps_test.c +++ b/src/sptps_test.c @@ -77,7 +77,7 @@ static struct option const long_options[] = { const char *program_name; static void usage() { - fprintf(stderr, "Usage: %s [options] my_ecdsa_key_file his_ecdsa_key_file [host] port\n\n", program_name); + fprintf(stderr, "Usage: %s [options] my_ed25519_key_file his_ed25519_key_file [host] port\n\n", program_name); fprintf(stderr, "Valid options are:\n" " -d, --datagram Enable datagram mode.\n" " -q, --quit Quit when EOF occurs on stdin.\n"