We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d147e4 commit 71ea7e9Copy full SHA for 71ea7e9
src/bin/pg_ctl/pg_ctl.c
@@ -1799,7 +1799,7 @@ do_help(void)
1799
printf(_(" -o OPTIONS command line options to pass to postgres\n"
1800
" (PostgreSQL server executable) or initdb\n"));
1801
printf(_(" -p PATH-TO-POSTGRES normally not necessary\n"));
1802
- printf(_("\nOptions for stop, restart or promote:\n"));
+ printf(_("\nOptions for stop, restart, or promote:\n"));
1803
printf(_(" -m, --mode=MODE MODE can be \"smart\", \"fast\", or \"immediate\"\n"));
1804
1805
printf(_("\nShutdown modes are:\n"));
0 commit comments