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 @@ -866,7 +866,7 @@ do_stop(void)
866
866
867
867
write_stderr (_ ("%s: server does not shut down\n" ), progname );
868
868
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"
870
870
"waiting for session-initiated disconnection.\n" ));
871
871
exit (1 );
872
872
}
@@ -956,7 +956,7 @@ do_restart(void)
956
956
957
957
write_stderr (_ ("%s: server does not shut down\n" ), progname );
958
958
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"
960
960
"waiting for session-initiated disconnection.\n" ));
961
961
exit (1 );
962
962
}
You can’t perform that action at this time.
0 commit comments