diff options
Diffstat (limited to 'src/bin/psql/create_help.pl')
-rw-r--r-- | src/bin/psql/create_help.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/create_help.pl b/src/bin/psql/create_help.pl index c877a8d1d42..c5b0d868065 100644 --- a/src/bin/psql/create_help.pl +++ b/src/bin/psql/create_help.pl @@ -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; |