osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/libgtpnl/+/29286 )
Change subject: tools/gtp-tunnel: fix del usage
......................................................................
tools/gtp-tunnel: fix del usage
Change-Id: Iba5afd0cdb1588def3d865900ae02773dfd654e2
---
M tools/gtp-tunnel.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libgtpnl refs/changes/86/29286/1
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 @@
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;
}
--
To view, visit
https://gerrit.osmocom.org/c/libgtpnl/+/29286
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libgtpnl
Gerrit-Branch: master
Gerrit-Change-Id: Iba5afd0cdb1588def3d865900ae02773dfd654e2
Gerrit-Change-Number: 29286
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange