From 25d92af06a7bf78aedb239c8e3b7e8b73112a158 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 7 Sep 2022 15:43:27 +0200 Subject: [PATCH] tools/gtp-tunnel: fix del usage Change-Id: Iba5afd0cdb1588def3d865900ae02773dfd654e2 --- tools/gtp-tunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gtp-tunnel.c b/tools/gtp-tunnel.c index 513ff4a..1d8486c 100644 --- a/tools/gtp-tunnel.c +++ b/tools/gtp-tunnel.c @@ -120,7 +120,7 @@ del_tunnel(int argc, char *argv[], int genl_id, struct mnl_socket *nl) uint32_t gtp_ifidx; if (argc != 5) { - printf("%s add \n", + printf("%s del \n", argv[0]); return EXIT_FAILURE; }