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 @@ -185,7 +185,7 @@ PostgreSQL documentation
185
185
<term><option>--system</option></term>
186
186
<listitem>
187
187
<para>
188
- Reindex database's system catalogs.
188
+ Reindex database's system catalogs only .
189
189
</para>
190
190
</listitem>
191
191
</varlistentry>
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ help(const char *progname)
428
428
printf (_ (" -e, --echo show the commands being sent to the server\n" ));
429
429
printf (_ (" -i, --index=INDEX recreate specific index(es) only\n" ));
430
430
printf (_ (" -q, --quiet don't write any messages\n" ));
431
- printf (_ (" -s, --system reindex system catalogs\n" ));
431
+ printf (_ (" -s, --system reindex system catalogs only \n" ));
432
432
printf (_ (" -S, --schema=SCHEMA reindex specific schema(s) only\n" ));
433
433
printf (_ (" -t, --table=TABLE reindex specific table(s) only\n" ));
434
434
printf (_ (" -v, --verbose write a lot of output\n" ));
You can’t perform that action at this time.
0 commit comments