We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe4a20 commit a9ade93Copy full SHA for a9ade93
src/bin/psql/create_help.pl
@@ -46,7 +46,7 @@
46
static struct _helpStruct QL_HELP[] = {
47
";
48
49
-foreach $file (readdir DIR) {
+foreach $file (sort readdir DIR) {
50
my ($cmdname, $cmddesc, $cmdsynopsis);
51
$file =~ /\.sgml$/ || next;
52
0 commit comments