osmith has submitted this change. ( https://gerrit.osmocom.org/c/libgtpnl/+/35990?usp=email )
Change subject: gtp-tunnel: display i_tei in help ......................................................................
gtp-tunnel: display i_tei in help
display <tid|i_tei> in help message that is printed.
Change-Id: I0aa78e654f23a2b6588ac8e1e5508e798caad1a7 --- M tools/gtp-tunnel.c 1 file changed, 12 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/tools/gtp-tunnel.c b/tools/gtp-tunnel.c index 8c8f95f..e8db171 100644 --- a/tools/gtp-tunnel.c +++ b/tools/gtp-tunnel.c @@ -133,7 +133,7 @@ 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; }