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:12:40 +0100
commit5397326b400211d7c4ce2d5ab51ad6f5ad99968e (patch)
treed749234573c997c931096f856393ed2fbc69e79a /doc
parentc3d839390a9d83818ab03ff2342391b0f62f3041 (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 6747a2919..f62ba6e8b 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-bsc.cfg` in the current
working directory.
*-s, --disable-color*::
Disable colors for logging to stderr. This has mostly been