tools/gtp-tunnel: fix del usage

Change-Id: Iba5afd0cdb1588def3d865900ae02773dfd654e2
This commit is contained in:
Oliver Smith 2022-09-07 15:43:27 +02:00
parent 0535f30a37
commit 25d92af06a
1 changed files with 1 additions and 1 deletions

View File

@ -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 <gtp device> <version> <tid>\n",
printf("%s del <gtp device> <version> <tid>\n",
argv[0]);
return EXIT_FAILURE;
}