diff --git a/docs/modules/clocks.md b/docs/modules/clocks.md index 1ffbf2d1..f801954f 100644 --- a/docs/modules/clocks.md +++ b/docs/modules/clocks.md @@ -74,13 +74,15 @@ clocks: The order in which to sort the clocks.
alphabetical
, chronological
, or natural
.
+ alphabetical
, chronological
, reversechronological
or natural
.
alphabetical
will sort in acending order by key
.
chronological
will sort in ascending order by date/time.
reversechronological
will sort in descending order by date/time.
+ natural
will maintain the config file ordering.