mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 21:30:36 -05:00
Sort help file names, from Peter Eisentraut
This commit is contained in:
parent
0fe4a20891
commit
a9ade930da
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ struct _helpStruct
|
|||
static struct _helpStruct QL_HELP[] = {
|
||||
";
|
||||
|
||||
foreach $file (readdir DIR) {
|
||||
foreach $file (sort readdir DIR) {
|
||||
my ($cmdname, $cmddesc, $cmdsynopsis);
|
||||
$file =~ /\.sgml$/ || next;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue