1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Document the pg_upgrade -j/--jobs option as taking an argument

This commit is contained in:
Peter Eisentraut
2020-02-11 23:47:36 +01:00
parent a8423a9912
commit 9dc4e15c8a
2 changed files with 3 additions and 3 deletions

View File

@ -113,8 +113,8 @@
</varlistentry>
<varlistentry>
<term><option>-j</option></term>
<term><option>--jobs</option></term>
<term><option>-j <replaceable class="parameter">njobs</replaceable></option></term>
<term><option>--jobs=<replaceable class="parameter">njobs</replaceable></option></term>
<listitem><para>number of simultaneous processes or threads to use
</para></listitem>
</varlistentry>