From ce9ce3155771bec0330d23be4644f0c2d0a600db Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 11 Aug 2017 15:09:00 -0300 Subject: [PATCH] Bug 9409: (QA followup) Add --dbhost help to koha-create man page Signed-off-by: Tomas Cohen Arazi --- debian/docs/koha-create.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/docs/koha-create.xml b/debian/docs/koha-create.xml index aad649a..47b4a00 100644 --- a/debian/docs/koha-create.xml +++ b/debian/docs/koha-create.xml @@ -35,6 +35,7 @@ /path/to/some.sql /path/to/config /path/to/passwd + host database n @@ -93,6 +94,13 @@ + + + Database server hostname/IP to use. + + + + Path to an SQL-file other than the one pointed to in the default or alternative config file. Corresponds to the DEFAULTSQL config file variable. @@ -330,7 +338,7 @@ - Pre-selected database credentials are read from this file, if it exists. The format for this file is instancename:username:passwd:database. Database is optional, but the other three are required if you want to use pre-determined database user credentials. + Pre-selected database credentials are read from this file, if it exists. The format for this file is instancename:username:passwd:database:dbhost. Database is optional, but the other three are required if you want to use pre-determined database user credentials. -- 2.7.4