mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
pg_ctl: Sort signal list in --help output
The list was neither logical nor numerical nor alphabetical. Let's go with alphabetical.
This commit is contained in:
parent
4c39a09089
commit
cdf8bcb8d9
1 changed files with 1 additions and 1 deletions
|
|
@ -1791,7 +1791,7 @@ do_help(void)
|
|||
printf(_(" immediate quit without complete shutdown; will lead to recovery on restart\n"));
|
||||
|
||||
printf(_("\nAllowed signal names for kill:\n"));
|
||||
printf(" HUP INT QUIT ABRT TERM USR1 USR2\n");
|
||||
printf(" ABRT HUP INT QUIT TERM USR1 USR2\n");
|
||||
|
||||
#if defined(WIN32) || defined(__CYGWIN__)
|
||||
printf(_("\nOptions for register and unregister:\n"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue