Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit90d0377

Browse files
committed
reindexdb: Fix mistake in help output
1 parent63ab1a3 commit90d0377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/scripts/reindexdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ help(const char *progname)
398398
printf(_(" -i, --index=INDEX recreate specific index(es) only\n"));
399399
printf(_(" -q, --quiet don't write any messages\n"));
400400
printf(_(" -s, --system reindex system catalogs\n"));
401-
printf(_(" -S, --schema=SCHEMArecreate specific schema(s) only\n"));
401+
printf(_(" -S, --schema=SCHEMAreindex specific schema(s) only\n"));
402402
printf(_(" -t, --table=TABLE reindex specific table(s) only\n"));
403403
printf(_(" -v, --verbose write a lot of output\n"));
404404
printf(_(" -V, --version output version information, then exit\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp