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 @@ -866,7 +866,7 @@ do_stop(void)
866866
867867 write_stderr (_ ("%s: server does not shut down\n" ), progname );
868868 if (shutdown_mode == SMART_MODE )
869- write_stderr (_ ("TIP: the \"-m fast\" option immediately disconnects sessions rather than\n"
869+ write_stderr (_ ("HINT: The \"-m fast\" option immediately disconnects sessions rather than\n"
870870 "waiting for session-initiated disconnection.\n" ));
871871 exit (1 );
872872 }
@@ -956,7 +956,7 @@ do_restart(void)
956956
957957 write_stderr (_ ("%s: server does not shut down\n" ), progname );
958958 if (shutdown_mode == SMART_MODE )
959- write_stderr (_ ("TIP: the \"-m fast\" option immediately disconnects sessions rather than\n"
959+ write_stderr (_ ("HINT: The \"-m fast\" option immediately disconnects sessions rather than\n"
960960 "waiting for session-initiated disconnection.\n" ));
961961 exit (1 );
962962 }
You can’t perform that action at this time.
0 commit comments