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

Commit6fa51c7

Browse files
committed
pg_ctl: Add promote wait option to help output
pointed out by Masahiko Sawada <sawada.mshk@gmail.com>
1 parent3c2d5d6 commit6fa51c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/pg_ctl/pg_ctl.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1941,9 +1941,9 @@ do_help(void)
19411941
printf(_(" %s stop [-W] [-t SECS] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n"),progname);
19421942
printf(_(" %s restart [-w] [-t SECS] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n"
19431943
" [-o \"OPTIONS\"]\n"),progname);
1944-
printf(_(" %s reload [-D DATADIR] [-s]\n"),progname);
1945-
printf(_(" %s status [-D DATADIR]\n"),progname);
1946-
printf(_(" %s promote [-D DATADIR] [-s]\n"),progname);
1944+
printf(_(" %s reload[-D DATADIR] [-s]\n"),progname);
1945+
printf(_(" %s status[-D DATADIR]\n"),progname);
1946+
printf(_(" %s promote [-w] [-t SECS] [-D DATADIR] [-s]\n"),progname);
19471947
printf(_(" %s kill SIGNALNAME PID\n"),progname);
19481948
#ifdefWIN32
19491949
printf(_(" %s register [-N SERVICENAME] [-U USERNAME] [-P PASSWORD] [-D DATADIR]\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp