File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1764,7 +1764,7 @@ do_help(void)
1764
1764
printf (_ ("\nCommon options:\n" ));
1765
1765
printf (_ (" -D, --pgdata DATADIR location of the database storage area\n" ));
1766
1766
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" ));
1768
1768
printf (_ (" -w wait until operation completes\n" ));
1769
1769
printf (_ (" -W do not wait until operation completes\n" ));
1770
1770
printf (_ (" --help show this help, then exit\n" ));
@@ -1783,7 +1783,7 @@ do_help(void)
1783
1783
" (PostgreSQL server executable) or initdb\n" ));
1784
1784
printf (_ (" -p PATH-TO-POSTGRES normally not necessary\n" ));
1785
1785
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" ));
1787
1787
1788
1788
printf (_ ("\nShutdown modes are:\n" ));
1789
1789
printf (_ (" smart quit after all clients have disconnected\n" ));
You can’t perform that action at this time.
0 commit comments