summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index abab187..b8d7bae 100644
--- a/main.c
+++ b/main.c
@@ -42,6 +42,7 @@
* - mtab.[ch] (parses the system's mount table)
* - spawn.[ch] (spawns processes)
* - stat.[ch] (wraps stat(), or statx() on Linux)
+ * - time.[ch] (date/time handling utilities)
* - trie.[ch] (a trie set/map implementation)
* - typo.[ch] (fuzzy matching for typos)
* - util.[ch] (everything else)