|
Lines 17-29
Link Here
|
| 17 |
|
17 |
|
| 18 |
<refnamediv> |
18 |
<refnamediv> |
| 19 |
<refname>koha-list</refname> |
19 |
<refname>koha-list</refname> |
| 20 |
<refpurpose>Lists Koha instances, optionally only those that are enabled or have email turned on.</refpurpose> |
20 |
<refpurpose>Lists Koha instances, and optionally only those that are enabled/disabled or have email and/or sip turned on/off.</refpurpose> |
| 21 |
<refclass>UNIX/Linux</refclass> |
21 |
<refclass>UNIX/Linux</refclass> |
| 22 |
</refnamediv> |
22 |
</refnamediv> |
| 23 |
|
23 |
|
| 24 |
<refsynopsisdiv> |
24 |
<refsynopsisdiv> |
| 25 |
<cmdsynopsis> |
25 |
<cmdsynopsis> |
| 26 |
<command>koha-list</command> <arg><option>--enabled</option>|<option>--disabled</option></arg> <arg><option>--email</option>|<option>--noemail</option></arg> <arg><option>-h</option></arg> |
26 |
<command>koha-list</command> |
|
|
27 |
<arg><option>--enabled</option>|<option>--disabled</option></arg> |
| 28 |
<arg><option>--email</option>|<option>--noemail</option></arg> |
| 29 |
<arg><option>--sip</option>|<option>--nosip</option></arg> |
| 30 |
<arg><option>-h</option>|<option>--help</option></arg> |
| 27 |
</cmdsynopsis> |
31 |
</cmdsynopsis> |
| 28 |
</refsynopsisdiv> |
32 |
</refsynopsisdiv> |
| 29 |
|
33 |
|
|
Lines 55-61
Link Here
|
| 55 |
</listitem> |
59 |
</listitem> |
| 56 |
</varlistentry> |
60 |
</varlistentry> |
| 57 |
<varlistentry> |
61 |
<varlistentry> |
| 58 |
<term><option>-h</option></term> |
62 |
<term><option>--sip</option></term> |
|
|
63 |
<listitem> |
| 64 |
<para>Only show instances that have sip enabled.</para> |
| 65 |
</listitem> |
| 66 |
</varlistentry> |
| 67 |
<varlistentry> |
| 68 |
<term><option>--nosip</option></term> |
| 69 |
<listitem> |
| 70 |
<para>Only show instances that do not have sip enabled.</para> |
| 71 |
</listitem> |
| 72 |
</varlistentry> |
| 73 |
|
| 74 |
<varlistentry> |
| 75 |
<term><option>-h</option>|<option>--help</option></term> |
| 59 |
<listitem> |
76 |
<listitem> |
| 60 |
<para>This help.</para> |
77 |
<para>This help.</para> |
| 61 |
</listitem> |
78 |
</listitem> |
|
Lines 64-70
Link Here
|
| 64 |
</refsect1> |
81 |
</refsect1> |
| 65 |
|
82 |
|
| 66 |
<refsect1><title>Description</title> |
83 |
<refsect1><title>Description</title> |
| 67 |
<para>Lists Koha instances, optionally only those that are enabled or have email turned on.</para> |
84 |
<para>This script lists Koha instances on a server. Optionally only those that are enabled or disabled can be listed. There are also options for listing only servers that have email or sip enabled/disabled. These limits can be applied alone or in combination.</para> |
| 68 |
</refsect1> |
85 |
</refsect1> |
| 69 |
|
86 |
|
| 70 |
<refsect1><title>See also</title> |
87 |
<refsect1><title>See also</title> |
| 71 |
- |
|
|