From f6cceec26f44b1e31c5ed38e14eca080454bad05 Mon Sep 17 00:00:00 2001 From: jonasbn Date: Wed, 8 Mar 2023 18:32:20 +0100 Subject: [PATCH] Added documentation to supplement my PR against the wtf utility --- docs/modules/clocks.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.