We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c39a09 commit cdf8bcbCopy full SHA for cdf8bcb
src/bin/pg_ctl/pg_ctl.c
@@ -1791,7 +1791,7 @@ do_help(void)
1791
printf(_(" immediate quit without complete shutdown; will lead to recovery on restart\n"));
1792
1793
printf(_("\nAllowed signal names for kill:\n"));
1794
- printf(" HUP INT QUIT ABRT TERM USR1 USR2\n");
+ printf(" ABRT HUP INT QUIT TERM USR1 USR2\n");
1795
1796
#if defined(WIN32) || defined(__CYGWIN__)
1797
printf(_("\nOptions for register and unregister:\n"));
0 commit comments