View | Details | Raw Unified | Return to bug 25674
Collapse All | Expand All

(-)a/debian/docs/koha-create.xml (-1 / +40 lines)
Lines 50-55 Link Here
50
      <arg><option>--smtp-user-name</option> user</arg>
50
      <arg><option>--smtp-user-name</option> user</arg>
51
      <arg><option>--smtp-password</option>  pass</arg>
51
      <arg><option>--smtp-password</option>  pass</arg>
52
      <arg><option>--smtp-debug</option></arg>
52
      <arg><option>--smtp-debug</option></arg>
53
      <arg><option>--mb-host</option> host</arg>
54
      <arg><option>--mb-port</option> port</arg>
55
      <arg><option>--mb-user</option> user</arg>
56
      <arg><option>--mb-pass</option> pass</arg>
57
      <arg><option>--mb-vhost</option> vhost</arg>
53
      <arg><option>--help</option>|<option>-h</option></arg>
58
      <arg><option>--help</option>|<option>-h</option></arg>
54
59
55
      <arg choice="req" rep="norepeat"><replaceable>instancename</replaceable></arg>
60
      <arg choice="req" rep="norepeat"><replaceable>instancename</replaceable></arg>
Lines 265-270 Link Here
265
      </listitem>
270
      </listitem>
266
    </varlistentry>
271
    </varlistentry>
267
272
273
    <varlistentry>
274
      <term><option>--mb-host</option></term>
275
      <listitem>
276
        <para>Specify the host name for the RabbitMQ server. (default: localhost)</para>
277
      </listitem>
278
    </varlistentry>
279
280
    <varlistentry>
281
      <term><option>--mb-port</option></term>
282
      <listitem>
283
        <para>Specify the port for the RabbitMQ server. (default: 61613)</para>
284
      </listitem>
285
    </varlistentry>
286
287
    <varlistentry>
288
      <term><option>--mb-user</option></term>
289
      <listitem>
290
        <para>Specify the user to connect to the RabbitMQ server. (default: guest)</para>
291
      </listitem>
292
    </varlistentry>
293
294
    <varlistentry>
295
      <term><option>--mb-pass</option></term>
296
      <listitem>
297
        <para>Specify the password to connect to the RabbitMQ server. (default: guest)</para>
298
      </listitem>
299
    </varlistentry>
300
301
    <varlistentry>
302
      <term><option>--mb-vhost</option></term>
303
      <listitem>
304
        <para>Specify the vhost to use on the RabbitMQ service. (default: koha_instance)</para>
305
      </listitem>
306
    </varlistentry>
307
268
    <varlistentry>
308
    <varlistentry>
269
      <term><option>--help</option>,<option>-h</option></term>
309
      <term><option>--help</option>,<option>-h</option></term>
270
      <listitem>
310
      <listitem>
271
- 

Return to bug 25674