OsmoBSC/HLR/MSC: Fix default config file name

Mention that the default is not openbsc.cfg, but osmo-*.cfg

Change-Id: I139e6004e28d6f918f31792e634214a6153edd0e
This commit is contained in:
Daniel Willmann 2018-10-23 18:17:28 +02:00 committed by Neels Hofmeyr
parent 732443c3b8
commit 020a485287
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ arguments:
Fork the process as a daemon into background.
*-c, --config-file 'CONFIGFILE'*::
Specify the file and path name of the configuration file to be
used. If none is specified, use `openbsc.cfg` in the current
used. If none is specified, use `osmo-msc.cfg` in the current
working directory.
*-s, --disable-color*::
Disable colors for logging to stderr. This has mostly been