File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 113
113
</varlistentry>
114
114
115
115
<varlistentry>
116
- <term><option>-j</option></term>
117
- <term><option>--jobs</option></term>
116
+ <term><option>-j <replaceable class="parameter">njobs</replaceable> </option></term>
117
+ <term><option>--jobs=<replaceable class="parameter">njobs</replaceable> </option></term>
118
118
<listitem><para>number of simultaneous processes or threads to use
119
119
</para></listitem>
120
120
</varlistentry>
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ usage(void)
283
283
printf (_ (" -c, --check check clusters only, don't change any data\n" ));
284
284
printf (_ (" -d, --old-datadir=DATADIR old cluster data directory\n" ));
285
285
printf (_ (" -D, --new-datadir=DATADIR new cluster data directory\n" ));
286
- printf (_ (" -j, --jobs number of simultaneous processes or threads to use\n" ));
286
+ printf (_ (" -j, --jobs=NUM number of simultaneous processes or threads to use\n" ));
287
287
printf (_ (" -k, --link link instead of copying files to new cluster\n" ));
288
288
printf (_ (" -o, --old-options=OPTIONS old cluster options to pass to the server\n" ));
289
289
printf (_ (" -O, --new-options=OPTIONS new cluster options to pass to the server\n" ));
You can’t perform that action at this time.
0 commit comments