aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-01-17 11:02:32 +0100
committerHarald Welte <laforge@gnumonks.org>2019-01-17 12:31:56 +0000
commitd4e0e4d503411a24cd993d8494dcfae5acc497ad (patch)
tree4a75b4132b0698d250ee9e535ca2b950d6ef3b45 /doc
parent2dc7d960a1107600f3db9350fe918328dc1b23a6 (diff)
docs: running: same argument order as osmo-hlr -h
Change the Synopsis and Options sections of the Running OsmoHLR chapter to list the arguments in the same order as osmo-hlr. This makes it easier to compare, which options are already documented, and which ones are missing. A follow-up commit will document the missing -U/--db-upgrade option. Change-Id: If866124e9cfb43c6986d458712961713541e03b6
Diffstat (limited to 'doc')
-rw-r--r--doc/manuals/chapters/running.adoc22
1 files changed, 12 insertions, 10 deletions
diff --git a/doc/manuals/chapters/running.adoc b/doc/manuals/chapters/running.adoc
index 5f24746..d20c907 100644
--- a/doc/manuals/chapters/running.adoc
+++ b/doc/manuals/chapters/running.adoc
@@ -5,24 +5,27 @@ arguments:
=== SYNOPSIS
-*osmo-hlr* [-h|-V] [-d 'DBGMASK'] [-D] [-c 'CONFIGFILE'] [-s] [-T] [-e 'LOGLEVEL'] [-l 'DATABASE']
+*osmo-hlr* [-h] [-c 'CONFIGFILE'] [-l 'DATABASE'] [-d 'DBGMASK'] [-D] [-s] [-T] [-e 'LOGLEVEL'] [-V]
=== OPTIONS
+// Keep the order the same as in osmo-hlr --help!
+
*-h, --help*::
Print a short help message about the supported options
-*-V, --version*::
- Print the compile-time version number of the OsmoBTS program
+*-c, --config-file 'CONFIGFILE'*::
+ Specify the file and path name of the configuration file to be
+ used. If none is specified, use `osmo-hlr.cfg` in the current
+ working directory.
+*-l, --database 'DATABASE'*::
+ Specify the file name of the SQLite3 database to use as HLR/AUC
+ storage
*-d, --debug 'DBGMASK','DBGLEVELS'*::
Set the log subsystems and levels for logging to stderr. This
has mostly been superseded by VTY-based logging configuration,
see <<logging>> for further information.
*-D, --daemonize*::
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 `osmo-hlr.cfg` in the current
- working directory.
*-s, --disable-color*::
Disable colors for logging to stderr. This has mostly been
deprecated by VTY based logging configuration, see <<logging>>
@@ -35,9 +38,8 @@ arguments:
Set the global log level for logging to stderr. This has mostly
been deprecated by VTY based logging configuration, see
<<logging>> for more information.
-*-l, --database 'DATABASE'*::
- Specify the file name of the SQLite3 database to use as HLR/AUC
- storage
+*-V, --version*::
+ Print the compile-time version number of the OsmoBTS program
=== Bootstrap the Database