Skip to content

Commit c1e9640

Browse files
authored
Remove extraneous space character
1 parent 3fe4d75 commit c1e9640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/xar-resources/data/java-admin-client/java-admin-client.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
documents in that directory into the database. However, it will
330330
<emphasis>not</emphasis> recurse into subdirectories. For this, you have to
331331
pass the <literal>-d</literal> option. For example:</para>
332-
<programlisting>bin/client.sh -d -c /db/movies -m /db/movies -p /home/exist/xml/movies</programlisting>
332+
<programlisting>bin/client.sh -d -c /db/movies -m /db/movies -p /home/exist/xml/movies</programlisting>
333333
<para>This will recurse into all directories below
334334
<literal>/home/exist/xml/movies</literal>. For each subdirectory, a
335335
collection will be created below the <literal>/db/movies</literal>

0 commit comments

Comments
 (0)