]> tinc-vpn.org Git - tinc/blobdiff - src/sptps_test.c
Rename ECDSA to Ed25519.
[tinc] / src / sptps_test.c
index eea8e755b13db734397177a2c48d74068253565d..3ec9f984781771cbd7400ebf2c16b550833fde60 100644 (file)
@@ -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"