Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 71ea7e9

Browse files
committed
pg_ctl: Add comma to message
1 parent 0d147e4 commit 71ea7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_ctl/pg_ctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1799,7 +1799,7 @@ do_help(void)
17991799
printf(_(" -o OPTIONS command line options to pass to postgres\n"
18001800
" (PostgreSQL server executable) or initdb\n"));
18011801
printf(_(" -p PATH-TO-POSTGRES normally not necessary\n"));
1802-
printf(_("\nOptions for stop, restart or promote:\n"));
1802+
printf(_("\nOptions for stop, restart, or promote:\n"));
18031803
printf(_(" -m, --mode=MODE MODE can be \"smart\", \"fast\", or \"immediate\"\n"));
18041804

18051805
printf(_("\nShutdown modes are:\n"));

0 commit comments

Comments
 (0)