Commit a9ade930 authored by Bruce Momjian's avatar Bruce Momjian

Sort help file names, from Peter Eisentraut

parent 0fe4a208
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment