Sort help file names, from Peter Eisentraut

REL7_0_PATCHES
Bruce Momjian 26 years ago
parent 0fe4a20891
commit a9ade930da
  1. 2
      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;

Loading…
Cancel
Save