aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-09-24 17:28:47 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-09-24 17:29:08 +0200
commit130be40c3e1bd7a1c7003c71cbae071a3d51cf62 (patch)
treea57bcd7e92ba230343f689aef128fda5fc73efb5
parentd3496aed6938b368a5f0a2112041e065bbe254f9 (diff)
sgsn_main: in -h, print default config file
-rw-r--r--openbsc/src/gprs/sgsn_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/sgsn_main.c b/openbsc/src/gprs/sgsn_main.c
index 176501a3a..811bdfb86 100644
--- a/openbsc/src/gprs/sgsn_main.c
+++ b/openbsc/src/gprs/sgsn_main.c
@@ -174,7 +174,7 @@ static void print_help(void)
printf(" -D --daemonize\tFork the process into a background daemon\n");
printf(" -d option --debug\tenable Debugging\n");
printf(" -s --disable-color\n");
- printf(" -c --config-file\tThe config file to use\n");
+ printf(" -c --config-file\tThe config file to use [%s]\n", sgsn->config_file);
printf(" -e --log-level number\tSet a global log level\n");
}