From 130be40c3e1bd7a1c7003c71cbae071a3d51cf62 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 24 Sep 2015 17:28:47 +0200 Subject: sgsn_main: in -h, print default config file --- openbsc/src/gprs/sgsn_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- cgit v1.2.3