osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libgtpnl/+/29287 )
Change subject: tools/gtp-link: add --sgsn to usage ......................................................................
tools/gtp-link: add --sgsn to usage
Change-Id: I995754812b8418757a8df9ab2a3c208d61f16a8c --- M tools/gtp-link.c 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libgtpnl refs/changes/87/29287/1
diff --git a/tools/gtp-link.c b/tools/gtp-link.c index 8367c6e..d342f2b 100644 --- a/tools/gtp-link.c +++ b/tools/gtp-link.c @@ -46,7 +46,8 @@ int ret, sgsn_mode = 0;
if (argc < 3) { - printf("Usage: %s <add|del> <device>\n", argv[0]); + printf("Usage: %s add <device> [--sgsn]\n", argv[0]); + printf(" %s del <device>\n", argv[0]); exit(EXIT_FAILURE); }