From 2d188b0d40cce56312eb8d5090eaac0cb4a3aeb7 Mon Sep 17 00:00:00 2001
From: Tomas Cohen Arazi <tomascohen@theke.io>
Date: Fri, 13 Oct 2017 16:04:40 -0300
Subject: [PATCH] Bug 19465: Document koha-create --elasticsearch-server option
 switch

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
---
 debian/docs/koha-create.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/docs/koha-create.xml b/debian/docs/koha-create.xml
index 47b4a002b4..d293823957 100644
--- a/debian/docs/koha-create.xml
+++ b/debian/docs/koha-create.xml
@@ -32,6 +32,7 @@
       <arg><option>--use-memcached</option></arg>
       <arg><option>--memcached-servers</option> server:port</arg>
       <arg><option>--memcached-prefix</option> namespace_prefix</arg>
+      <arg><option>--elasticsearch-server</option> server:port</arg>
       <arg><option>--defaultsql</option> /path/to/some.sql</arg>
       <arg><option>--configfile</option> /path/to/config</arg>
       <arg><option>--passwdfile</option> /path/to/passwd</arg>
@@ -170,6 +171,13 @@
       </listitem>
     </varlistentry>
 
+    <varlistentry>
+      <term><option>--elasticsearch-server</option></term>
+      <listitem>
+        <para>Specifiy a <option>server:port</option> Elasticsearch server configuration. It defaults to <option>localhost:9200</option>.</para>
+      </listitem>
+    </varlistentry>
+
     <varlistentry>
       <term><option>--enable-sru</option></term>
       <listitem>
-- 
2.14.2