aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/nat-hole-punching/nat-punch-client.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--contrib/nat-hole-punching/nat-punch-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/nat-hole-punching/nat-punch-client.c b/contrib/nat-hole-punching/nat-punch-client.c
index 65f3249..aa00d35 100644
--- a/contrib/nat-hole-punching/nat-punch-client.c
+++ b/contrib/nat-hole-punching/nat-punch-client.c
@@ -140,7 +140,7 @@ int main(int argc, char *argv[])
const char *server = argv[1], *interface = argv[2];
if (argc < 3) {
- fprintf(stderr, "Usage: %s SERVER WIREGUARD_INTERFACE\nExample:\n %s demo.wireguard.io wg0\n", argv[0], argv[0]);
+ fprintf(stderr, "Usage: %s SERVER WIREGUARD_INTERFACE\nExample:\n %s demo.wireguard.com wg0\n", argv[0], argv[0]);
return EINVAL;
}