gtp-tunnel: display i_tei in help

display <tid|i_tei> in help message that is printed.

Change-Id: I0aa78e654f23a2b6588ac8e1e5508e798caad1a7
This commit is contained in:
Pablo Neira Ayuso 2024-01-31 13:09:20 +01:00 committed by Oliver Smith
parent 64b5757043
commit 791a620e4d
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ del_tunnel(int argc, char *argv[], int genl_id, struct mnl_socket *nl)
uint32_t gtp_ifidx;
if (argc != 6) {
printf("%s del <gtp device> <version> <tid> <family>\n",
printf("%s del <gtp device> <version> <tid|i_tei> <family>\n",
argv[0]);
return EXIT_FAILURE;
}