Lines 27-32
Link Here
|
27 |
<arg choice="noreq"> |
27 |
<arg choice="noreq"> |
28 |
<option>--help</option>|<option>-h</option> |
28 |
<option>--help</option>|<option>-h</option> |
29 |
<option>--exclude-indexes</option> |
29 |
<option>--exclude-indexes</option> |
|
|
30 |
<option>--uploaded_files</option> |
31 |
<option>--uploaded_temp_files</option> |
30 |
<option>--quiet</option>|<option>-q</option> |
32 |
<option>--quiet</option>|<option>-q</option> |
31 |
</arg> |
33 |
</arg> |
32 |
<arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg> |
34 |
<arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg> |
Lines 51-56
Link Here
|
51 |
</listitem> |
53 |
</listitem> |
52 |
</varlistentry> |
54 |
</varlistentry> |
53 |
|
55 |
|
|
|
56 |
<varlistentry> |
57 |
<term><option>--uploaded_files</option></term> |
58 |
<listitem> |
59 |
<para>Make <command>koha-dump</command> include uploaded files</para> |
60 |
</listitem> |
61 |
</varlistentry> |
62 |
|
63 |
<varlistentry> |
64 |
<term><option>--uploaded_temp_files</option></term> |
65 |
<listitem> |
66 |
<para>Make <command>koha-dump</command> include temporary uploaded files</para> |
67 |
</listitem> |
68 |
</varlistentry> |
69 |
|
54 |
<varlistentry> |
70 |
<varlistentry> |
55 |
<term><option>--help</option>|<option>-h</option></term> |
71 |
<term><option>--help</option>|<option>-h</option></term> |
56 |
<listitem> |
72 |
<listitem> |
57 |
- |
|
|