Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added documentation to supplement my PR against the wtf utility
  • Loading branch information
jonasbn committed Mar 8, 2023
commit f6cceec26f44b1e31c5ed38e14eca080454bad05
4 changes: 3 additions & 1 deletion docs/modules/clocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,15 @@ clocks:
The order in which to sort the clocks.
</td>
<td>
<code>alphabetical</code>, <code>chronological</code>, or <code>natural</code>.
<code>alphabetical</code>, <code>chronological</code>, <code>reversechronological</code> or <code>natural</code>.
<br />
<br />
<code>alphabetical</code> will sort in acending order by <code>key</code>.
<br />
<code>chronological</code> will sort in ascending order by date/time.
<br />
<code>reversechronological</code> will sort in descending order by date/time.
<br />
<code>natural</code> will maintain the config file ordering.
</td>
</tr>
Expand Down