File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1764,7 +1764,7 @@ do_help(void)
17641764 printf (_ ("\nCommon options:\n" ));
17651765 printf (_ (" -D, --pgdata DATADIR location of the database storage area\n" ));
17661766 printf (_ (" -s, --silent only print errors, no informational messages\n" ));
1767- printf (_ (" -t SECS seconds to wait when using -w option\n" ));
1767+ printf (_ (" -t, --timeout SECS seconds to wait when using -w option\n" ));
17681768 printf (_ (" -w wait until operation completes\n" ));
17691769 printf (_ (" -W do not wait until operation completes\n" ));
17701770 printf (_ (" --help show this help, then exit\n" ));
@@ -1783,7 +1783,7 @@ do_help(void)
17831783 " (PostgreSQL server executable) or initdb\n" ));
17841784 printf (_ (" -p PATH-TO-POSTGRES normally not necessary\n" ));
17851785 printf (_ ("\nOptions for stop or restart:\n" ));
1786- printf (_ (" -m SHUTDOWN- MODE can be \"smart\", \"fast\", or \"immediate\"\n" ));
1786+ printf (_ (" -m, --mode MODE MODE can be \"smart\", \"fast\", or \"immediate\"\n" ));
17871787
17881788 printf (_ ("\nShutdown modes are:\n" ));
17891789 printf (_ (" smart quit after all clients have disconnected\n" ));
You can’t perform that action at this time.
0 commit comments