Skip to content

Commit

Permalink
Help: explicitly sort Terrain sections
Browse files Browse the repository at this point in the history
[ci skip]

This happened incidentally with the current help implementation, but that no longer happens
with my in-progress refactor. We still want these sections sorted, though.

The removal of the "sort_sections=generated" key from the Eras section is a forward-port of
6b20ccd from 1.14.
  • Loading branch information
Vultraz authored and CelticMinstrel committed Oct 24, 2018
1 parent 669c80c commit be8340d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/core/help.cfg
Expand Up @@ -61,7 +61,6 @@
id=eras_section
title= _ "Eras"
sections_generator=eras
sort_sections=generated
sort_topics=yes
topics=..eras_section
[/section]
Expand All @@ -72,6 +71,7 @@
sections_generator=terrains
topics=..terrains_section
sort_topics=generated
sort_sections=yes
[/section]

[section]
Expand Down

0 comments on commit be8340d

Please sign in to comment.