Document the pg_upgrade -j/--jobs option as taking an argument
authorPeter Eisentraut <[email protected]>
Tue, 11 Feb 2020 22:47:36 +0000 (23:47 +0100)
committerPeter Eisentraut <[email protected]>
Tue, 11 Feb 2020 22:58:49 +0000 (23:58 +0100)
doc/src/sgml/ref/pgupgrade.sgml
src/bin/pg_upgrade/option.c

index 64ff9e842b0bdee1b9cddc772673641323d9d42d..06a32d80f21b57c23c78673cd92287fec8e744b1 100644 (file)
      </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>
index a8571f084506e54ddbcd52604572c8029a54b7e3..82cc93e9c4b98b892ef78d0fbc190d8b16982241 100644 (file)
@@ -285,7 +285,7 @@ Options:\n\
   -c, --check                   check clusters only, don't change any data\n\
   -d, --old-datadir=DATADIR     old cluster data directory\n\
   -D, --new-datadir=DATADIR     new cluster data directory\n\
-  -j, --jobs                    number of simultaneous processes or threads to use\n\
+  -j, --jobs=NUM                number of simultaneous processes or threads to use\n\
   -k, --link                    link instead of copying files to new cluster\n\
   -o, --old-options=OPTIONS     old cluster options to pass to the server\n\
   -O, --new-options=OPTIONS     new cluster options to pass to the server\n\