Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/12605 )

Change subject: docs: running: same argument order as osmo-hlr -h
......................................................................

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
---
M doc/manuals/chapters/running.adoc
1 file changed, 12 insertions(+), 10 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Neels Hofmeyr: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



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 @@

 === 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 @@
        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


--
To view, visit https://gerrit.osmocom.org/12605
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: If866124e9cfb43c6986d458712961713541e03b6
Gerrit-Change-Number: 12605
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Neels Hofmeyr <nhofm...@sysmocom.de>

Reply via email to