sgsn_main: in -h, print default config file

This commit is contained in:
Neels Hofmeyr 2015-09-24 17:28:47 +02:00
parent d3496aed69
commit 130be40c3e
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}