aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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 17:43:39 +0100
commit020a48528724854234e2a429fb560d8dd7dbc4c5 (patch)
tree848ea95421c4d7514f9d9f8b684536d73bb05398 /doc
parent732443c3b8c11f571e1b78b7ddb015db23ce2fa4 (diff)
OsmoBSC/HLR/MSC: Fix default config file name
Mention that the default is not openbsc.cfg, but osmo-*.cfg Change-Id: I139e6004e28d6f918f31792e634214a6153edd0e
Diffstat (limited to 'doc')
-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 8656a586b..cb6815779 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-msc.cfg` in the current
working directory.
*-s, --disable-color*::
Disable colors for logging to stderr. This has mostly been