Skip to content

Commit 6fa51c7

Browse files
committed
pg_ctl: Add promote wait option to help output
pointed out by Masahiko Sawada <sawada.mshk@gmail.com>
1 parent 3c2d5d6 commit 6fa51c7

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
#ifdef WIN32
19491949
printf(_(" %s register [-N SERVICENAME] [-U USERNAME] [-P PASSWORD] [-D DATADIR]\n"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy