From 6045efb642918ac43056ca6a40cda2fe2e6db08d Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 24 Sep 2017 10:53:53 +0800 Subject: sgsnemu: Fix gengetopt package name gengetopt by default picks the program name from PACKAGE (autotools), which is openggsn and is obviously wrong in case of sgsnemu. After this patch, "sgsnemu --help" no longer shows "openggsn" but "sgsnemu" at the top of the help text. Change-Id: Ifabc2435a503ef71aa5a002ca46833f329068b37 --- sgsnemu/cmdline.ggo | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sgsnemu/cmdline.ggo') diff --git a/sgsnemu/cmdline.ggo b/sgsnemu/cmdline.ggo index 540cd8e..4196d80 100644 --- a/sgsnemu/cmdline.ggo +++ b/sgsnemu/cmdline.ggo @@ -13,6 +13,8 @@ # sed -i -e 's/int qose1_arg;/unsigned long long int qose1_arg;/' cmdline.h # to generate cmdline.c and cmdline.h +package "sgsnemu" + option "debug" d "Run in debug mode" flag off option "conf" c "Read configuration file" string no -- cgit v1.2.3