File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 114
114
</varlistentry>
115
115
116
116
<varlistentry>
117
- <term><option>-j</option></term>
118
- <term><option>--jobs</option></term>
117
+ <term><option>-j <replaceable class="parameter">njobs</replaceable> </option></term>
118
+ <term><option>--jobs=<replaceable class="parameter">njobs</replaceable> </option></term>
119
119
<listitem><para>number of simultaneous processes or threads to use
120
120
</para></listitem>
121
121
</varlistentry>
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ usage(void)
295
295
printf (_ (" -c, --check check clusters only, don't change any data\n" ));
296
296
printf (_ (" -d, --old-datadir=DATADIR old cluster data directory\n" ));
297
297
printf (_ (" -D, --new-datadir=DATADIR new cluster data directory\n" ));
298
- printf (_ (" -j, --jobs number of simultaneous processes or threads to use\n" ));
298
+ printf (_ (" -j, --jobs=NUM number of simultaneous processes or threads to use\n" ));
299
299
printf (_ (" -k, --link link instead of copying files to new cluster\n" ));
300
300
printf (_ (" -o, --old-options=OPTIONS old cluster options to pass to the server\n" ));
301
301
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