aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2018-10-23 18:17:28 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-27 18:01:17 +0100
commit79efdf347428fbab4518df0981aee4750b261bb2 (patch)
tree343eb39f464f9f421e352d3b367adebfe9d76d5b
parentb41394a700f32f263d140712a7e42205d05d5f91 (diff)
OsmoBSC/HLR/MSC: Fix default config file name
Mention that the default is not openbsc.cfg, but osmo-*.cfg Change-Id: I139e6004e28d6f918f31792e634214a6153edd0e
-rw-r--r--doc/manuals/chapters/running.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manuals/chapters/running.adoc b/doc/manuals/chapters/running.adoc
index 44b66f2..5f24746 100644
--- a/doc/manuals/chapters/running.adoc
+++ b/doc/manuals/chapters/running.adoc
@@ -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-hlr.cfg` in the current
working directory.
*-s, --disable-color*::
Disable colors for logging to stderr. This has mostly been