From f3571db3365e7b6d3a25133e146992d73df38280 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 Signed-off-by: Jonathan Druart (cherry picked from commit 7efb871fa31869044045ccef0b37be438ba704ff) Signed-off-by: Fridolin Somers (cherry picked from commit 67462ae8704cd8a41a6939b5ee7c47010d9942e6) Signed-off-by: Katrin Fischer --- 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 aad649a952..47b4a002b4 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 @@ -92,6 +93,13 @@ + + + + Database server hostname/IP to use. + + + @@ -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.39.5