File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ PostgreSQL documentation
174
174
<term><option>--system</></term>
175
175
<listitem>
176
176
<para>
177
- Reindex database's system catalogs.
177
+ Reindex database's system catalogs only .
178
178
</para>
179
179
</listitem>
180
180
</varlistentry>
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ help(const char *progname)
404
404
printf (_ (" -e, --echo show the commands being sent to the server\n" ));
405
405
printf (_ (" -i, --index=INDEX recreate specific index(es) only\n" ));
406
406
printf (_ (" -q, --quiet don't write any messages\n" ));
407
- printf (_ (" -s, --system reindex system catalogs\n" ));
407
+ printf (_ (" -s, --system reindex system catalogs only \n" ));
408
408
printf (_ (" -S, --schema=SCHEMA reindex specific schema(s) only\n" ));
409
409
printf (_ (" -t, --table=TABLE reindex specific table(s) only\n" ));
410
410
printf (_ (" -v, --verbose write a lot of output\n" ));
You can’t perform that action at this time.
0 commit comments